Skip to content

Commit bd69c1b

Browse files
authored
[v9]: Bump JS SDK to 9.5.0 (#2784)
* bump to 9.5.0 * Update CHANGELOG
1 parent 60f3a6d commit bd69c1b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
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

flutter/lib/src/web/sentry_js_bundle.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
99
const 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
];

0 commit comments

Comments
 (0)