You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: migrates to package:web and js_interop
* fix: enhances comment
* chore: Adds changelog
* chore: formatting
* fix: changes min flutter version to 3.13.0 and dart sdk 3.1.0 to be compatible with package:web 0.5.1
* compat with dart:html & dart:web
* fixups
* more fixups
* analyzer
* chore: changelog entry
* run dart test for all supported dart version
* update web example tests
* update ci
* update deps so that we can run test with old dart versions
* fix ci
* fix web enricher test
* fix ci
* ci fixes
* ignore pana error
* fix CI
* fix ci
* remove dart 2.17 build
* fixes
* fix CI
* test dart2wasm
* cleanup
* disable dart2wasm on windows
* fix tests for wasm
---------
Co-authored-by: Josh Burton <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Unreleased
4
4
5
+
### Features
6
+
7
+
- Support WebAssembly compilation (dart2wasm) ([#2113](https://github.com/getsentry/sentry-dart/pull/2113))
8
+
5
9
### Dependencies
6
10
7
11
- Bump Cocoa SDK from v8.29.0 to v8.29.1 ([#2109](https://github.com/getsentry/sentry-dart/pull/2109))
@@ -122,7 +126,7 @@ This release contains breaking changes, please read the changelog carefully.
122
126
123
127
### Features
124
128
125
-
- Experimental: Add support for Sentry Developer Metrics ([#1940](https://github.com/getsentry/sentry-dart/pull/1940), [#1949](https://github.com/getsentry/sentry-dart/pull/1949), [#1954](https://github.com/getsentry/sentry-dart/pull/1954), [#1958](https://github.com/getsentry/sentry-dart/pull/1958))
129
+
- Experimental: Add support for Sentry Developer Metrics ([#1940](https://github.com/getsentry/sentry-dart/pull/1940), [#1949](https://github.com/getsentry/sentry-dart/pull/1949), [#1954](https://github.com/getsentry/sentry-dart/pull/1954), [#1958](https://github.com/getsentry/sentry-dart/pull/1958))
126
130
Use the Metrics API to track processing time, download sizes, user signups, and conversion rates and correlate them back to tracing data in order to get deeper insights and solve issues faster. Our API supports counters, distributions, sets, gauges and timers, and it's easy to get started:
127
131
```dart
128
132
Sentry.metrics()
@@ -235,14 +239,14 @@ This release contains breaking changes, please read the changelog carefully.
235
239
- Now the device context from Android is available in `BeforeSendCallback`
236
240
- Set ip_address to {{auto}} by default, even if sendDefaultPII is disabled ([#1665](https://github.com/getsentry/sentry-dart/pull/1665))
237
241
- Instead use the "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io
238
-
239
-
### Fixes
242
+
243
+
### Fixes
240
244
241
245
- Remove Flutter dependency from Drift integration ([#1867](https://github.com/getsentry/sentry-dart/pull/1867))
242
246
- Remove dead code, cold start bool is now always present ([#1861](https://github.com/getsentry/sentry-dart/pull/1861))
0 commit comments