Skip to content

Commit 9a11f50

Browse files
kamilogorekHazAT
authored andcommitted
misc: Bundle size reduction changelog
1 parent 8c60b1e commit 9a11f50

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,17 @@ since we removed some methods from the public API and removed some classes from
3434
- **breaking** [core] ref: Extract all pluggable integrations into a separate `@sentry/integrations` package
3535
- **breaking** [core] ref: Move `extraErrorData` integration to `@sentry/integrations` package
3636
- [core] feat: Add `maxValueLength` option to adjust max string length for values, default is 250.
37-
- **breaking** [all] ref: Expose `module` in `package.json` as entry point for esm builds.
3837
- [hub] feat: Introduce `setExtra`, `setTags`, `clearBreadcrumbs` additionally some `set` on the Scope now accept no
3938
argument which makes it possible to unset the value.
40-
- [browser/node] feat: Add `synthetic` to `mechanism` in exception.
39+
- **breaking** [all] feat: Move `Mechanism` to `Exception`
40+
- [browser/node] feat: Add `synthetic` to `Mechanism` in exception.
41+
- [browser/node] fix: Use `addExceptionTypeValue` in helpers
42+
- [browser] ref: Remove unused TraceKit code
43+
- **breaking** [all] build: Expose `module` in `package.json` as entry point for esm builds.
44+
- **breaking** [all] build: Use `es6` target instead of esnext for ESM builds
45+
- [all] feat: Prefix all private methods with `_`
46+
- [all] build: Use terser instead of uglify
47+
>>>>>>> misc: Bundle size reduction changelog
4148
4249
## 4.6.4
4350

0 commit comments

Comments
 (0)