Skip to content

Commit e280b87

Browse files
committed
1.3.7
1 parent f44d33e commit e280b87

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Revision history for Sentry-SDK
33

44
{{$NEXT}}
55

6+
1.3.7 2024-11-18 15:54:49 CET
7+
68
- Fixed app detection.
79

810
1.3.6 2024-11-18 15:34:52 CET

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"web" : "https://github.com/heiseonline/perl-sentry-sdk"
9999
}
100100
},
101-
"version" : "1.3.6",
101+
"version" : "1.3.7",
102102
"x_contributors" : [
103103
"bsd <bsd@heise.de>",
104104
"Michael Budde <mbu@jobindex.dk>",

lib/Sentry/SDK.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Sentry::Client;
77
use Sentry::Hub;
88
use Sentry::Logger 'logger';
99

10-
our $VERSION = version->declare('1.3.6');
10+
our $VERSION = version->declare('1.3.7');
1111

1212
sub _call_on_hub ($method, @args) {
1313
my $hub = Sentry::Hub->get_current_hub();

0 commit comments

Comments
 (0)