File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212- Cleanup platform mocking ([ #2730 ] ( https://github.com/getsentry/sentry-dart/pull/2730 ) )
1313 - The ` PlatformChecker ` was renamed to ` RuntimeChecker `
1414 - Moved ` PlatformChecker.platform ` to ` options.platform `
15+ - Bump Javascript SDK from v8.42.0 to v9.5.0 ([ #2784 ] ( https://github.com/getsentry/sentry-dart/pull/2784 ) )
16+ - [ changelog] ( https://github.com/getsentry/sentry-javascript/blob/main/CHANGELOG.md#950 )
17+ - [ diff] ( https://github.com/getsentry/sentry-javascript/compare/8.42.0...9.5.0 )
1518
1619## 8.14.0
1720
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ import 'package:meta/meta.dart';
22
33// todo: set up ci to update this and the integrity
44@internal
5- const jsSdkVersion = '8.42 .0' ;
5+ const jsSdkVersion = '9.5 .0' ;
66
77// The URLs from which the script should be downloaded.
88@internal
99const productionScripts = [
1010 {
1111 'url' : 'https://browser.sentry-cdn.com/$jsSdkVersion /bundle.tracing.min.js' ,
1212 'integrity' :
13- 'sha384-bG2vyJAuRm/JbGQrlET5H7y0CTvPF0atiBjekU/WUKUwKwThDXrqRhZiQ+jWaagS '
13+ 'sha384-nsiByevQ25GvAyX+c3T3VctX7x10qZpYsLt3dfkBt04A71M451kWQEu+K4r1Uuk3 '
1414 }
1515];
1616
@@ -19,6 +19,6 @@ const debugScripts = [
1919 {
2020 'url' : 'https://browser.sentry-cdn.com/$jsSdkVersion /bundle.tracing.js' ,
2121 'integrity' :
22- 'sha384-WybdMW5lxuTpznT+4dobKr9wWgFoISsinHnIXDF8HBrG5/yGrmEhHRyMS1kfLsMi '
22+ 'sha384-Iw737zuRcOiGNbRmsWBSA17nCEbheKhfoqbG/3/9JScn1+WV/V6KdisyboGHqovH '
2323 },
2424];
You can’t perform that action at this time.
0 commit comments