Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update packages/flutter/scripts/update-js.sh to 10.30.0
  • Loading branch information
web-flow authored and github-actions[bot] committed Dec 16, 2025
commit c5c06f17d1a9a38559691927498ebee20579b8f5
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump JavaScript SDK from v10.6.0 to v10.30.0 ([#3395](https://github.com/getsentry/sentry-dart/pull/3395))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10300)
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.6.0...10.30.0)

## 9.9.0

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter/lib/src/web/sentry_js_sdk_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import 'package:meta/meta.dart';

/// DO NOT EDIT – generated by scripts/update-js.sh
@internal
const sentryJsSdkVersion = '10.6.0';
const sentryJsSdkVersion = '10.30.0';

@internal
const productionIntegrity =
'sha384-SFODEb3T2QkMjTr3S1it5zIK0cIW7jsComFUkmJ9nU9uaWs3AzA6cubt8xn0zW7A';
'sha384-d0iIc64+pOh0BG9eeYTdMN2tZWRa9H5XabmlwCFr3/3Q3bJLHCL796G5wWIcC5YR';

@internal
const debugIntegrity =
'sha384-qsi17lmgPOT3Gv8aKKWKWD2ZgR5SokLG5iV1HL6GMhpk9fqujLH7R+1R86IGXroI';
'sha384-6Wz0sl+/ecERNsCdrGXc6C6jbS337w9MmpjcpcEm0HtdOPEU47jghtNXtOrERXEv';
Loading