File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,17 @@ since we removed some methods from the public API and removed some classes from
34
34
- ** breaking** [ core] ref: Extract all pluggable integrations into a separate ` @sentry/integrations ` package
35
35
- ** breaking** [ core] ref: Move ` extraErrorData ` integration to ` @sentry/integrations ` package
36
36
- [ 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.
38
37
- [ hub] feat: Introduce ` setExtra ` , ` setTags ` , ` clearBreadcrumbs ` additionally some ` set ` on the Scope now accept no
39
38
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
41
48
42
49
## 4.6.4
43
50
You can’t perform that action at this time.
0 commit comments