Skip to content

Commit c43b387

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-js.sh to 10.14.0
1 parent 8541716 commit c43b387

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515

1616
- Safely access browser `navigator.deviceMemory` ([#3268](https://github.com/getsentry/sentry-dart/pull/3268))
1717

18+
### Dependencies
19+
20+
- Bump JavaScript SDK from v10.6.0 to v10.14.0 ([#3269](https://github.com/getsentry/sentry-dart/pull/3269))
21+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10140)
22+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.6.0...10.14.0)
23+
1824
## 9.7.0-beta.5
1925

2026
### Dependencies

packages/flutter/lib/src/web/sentry_js_sdk_version.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import 'package:meta/meta.dart';
22

33
/// DO NOT EDIT – generated by scripts/update-js.sh
44
@internal
5-
const sentryJsSdkVersion = '10.6.0';
5+
const sentryJsSdkVersion = '10.14.0';
66

77
@internal
88
const productionIntegrity =
9-
'sha384-SFODEb3T2QkMjTr3S1it5zIK0cIW7jsComFUkmJ9nU9uaWs3AzA6cubt8xn0zW7A';
9+
'sha384-GkU7zTgqS2CTo0QmxEiOsIQJq68+tkFqUhuqkW+4j43VSUgFywx4aaucNqxBE0AD';
1010

1111
@internal
1212
const debugIntegrity =
13-
'sha384-qsi17lmgPOT3Gv8aKKWKWD2ZgR5SokLG5iV1HL6GMhpk9fqujLH7R+1R86IGXroI';
13+
'sha384-ScN7GvJPxcPfDnrcAUhK6bFeool2TZejL9Qkj9ISl7V3X2VAH5OtWwiGRYa65MFv';

0 commit comments

Comments
 (0)