File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Revision history for Sentry-SDK
33
44{{$NEXT}}
55
6+ 1.3.8 2024-11-18 16:14:32 CET
7+
68 - Fixed app detection.
79
8101.3.7 2024-11-18 15:54:49 CET
Original file line number Diff line number Diff line change 9898 "web" : " https://github.com/heiseonline/perl-sentry-sdk"
9999 }
100100 },
101- "version" : " 1.3.7 " ,
101+ "version" : " 1.3.8 " ,
102102 "x_contributors" : [
103103 " bsd <bsd@heise.de>" ,
104104 " Michael Budde <mbu@jobindex.dk>" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use Sentry::Client;
77use Sentry::Hub;
88use Sentry::Logger ' logger' ;
99
10- our $VERSION = version-> declare(' 1.3.7 ' );
10+ our $VERSION = version-> declare(' 1.3.8 ' );
1111
1212sub _call_on_hub ($method , @args ) {
1313 my $hub = Sentry::Hub-> get_current_hub();
You can’t perform that action at this time.
0 commit comments