Skip to content

Commit

Permalink
meta(changelog): Update changelog for 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Jul 5, 2024
1 parent 69b6531 commit 9561fd7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

## 8.15.0

- feat(core): allow unregistering callback through `on` (#11710)
- feat(nestjs): Add function-level span decorator to nestjs (#12721)
- feat(otel): Export & use `spanTimeInputToSeconds` for otel span exporter (#12699)
- fix(core): Pass origin as referrer for `lazyLoadIntegration` (#12766)
- fix(deno): Publish from build directory (#12773)
- fix(hapi): Specify error channel to filter boom errors (#12725)
- fix(react): Revert back to `jsxRuntime: 'classic'` to prevent breaking react 17 (#12775)
- fix(tracing): Report dropped spans for transactions (#12751)
- ref(scope): Delete unused public `getStack()` (#12737)

Work in this release was contributed by @arturovt and @jaulz. Thank you for your contribution!

## 8.14.0

### Important Changes
Expand All @@ -29,7 +43,7 @@ The `@sentry/nestjs` SDK no longer captures 4xx errors automatically.
- fix(react): Fix React jsx runtime import for esm (#12740)
- fix(replay): Start replay in `afterAllSetup` instead of next tick (#12709)

Work in this release was contributed by @quisido. Thank you for your contribution!
Work in this release was contributed by @quisido. Thank you for your contributions!

## 8.13.0

Expand Down

0 comments on commit 9561fd7

Please sign in to comment.