Releases

7.3.0 5/21/2023

Features

  • profiling: add support for enabling Profiling integration (#577) (9a9aa85)

Bug Fixes

  • deps: update sentry sdk to ^7.52.1 (#573) (a74cf7f)
  • tracing: tracing not enabled on the server (#575) (7839d03)

7.2.6 5/10/2023

Bug Fixes

  • crash happening when @nuxt/kit is installed (#571) (10e650a)

7.2.5 5/10/2023

Bug Fixes

  • config merging order on the server side (#568) (4fc42dd)

7.2.4 5/9/2023

Bug Fixes

  • deps: update sentry sdk (#563) (bcb9500)
  • remove use of unctx to avoid issues with conflicting versions (#566) (d8dc14b)

7.2.3 5/2/2023

Bug Fixes

  • ensure Sentry re-initializes in Dev after Nuxt config change (#565) (5ee045d)

7.2.2 4/20/2023

Bug Fixes

  • deps: add @sentry/core explicitly as its used in types (7124678)

7.2.1 4/18/2023

Bug Fixes

  • only include 'crash' type for ReportingObserver integration (#560) (782b9d1)

7.2.0 4/18/2023

Features

  • extend guides in docs and add simpler way to enable Replay (#559) (fd57b07)

Bug Fixes

7.1.13 4/11/2023

Bug Fixes

  • don't shutdown Sentry SDK after build in dev mode (#555) (b4c1312)

7.1.12 4/11/2023

Note

The @sentry/tracing package is deprecated and no longer needs to be installed separately. Module documentation was updated to reflect that.

Bug Fixes

  • deps: update sentry sdk to ^7.47.0 (#552) (30c1a97)
  • shutdown server Sentry SDK when nuxt build is done (#551) (f24cfb2)

7.1.11 4/3/2023

Bug Fixes

  • resolve aliases relative to module's dir (#548) (94d7c90)
  • significantly reduce client bundle size (#547) (ad8eefd)

7.1.10 3/28/2023

Bug Fixes

  • types: allow "false" in integrations options (#543) (f4ffef2)

7.1.9 3/27/2023

Bug Fixes

  • types: restore original client types which have more methods (#540) (16bc644)

7.1.8 3/27/2023

Bug Fixes

  • types: fix "any" type in arguments of config.beforeSend (#539) (b4b5b48)

7.1.7 3/27/2023

Bug Fixes

  • types: restore type for process.sentry and improve $sentry types (#534) (ed6fd1c)

7.1.6 3/24/2023

Bug Fixes

  • significantly reduce client bundle size (#532) (2297dbc)

7.1.5 3/24/2023

Bug Fixes

7.1.3 3/7/2023

Bug Fixes

  • deps: update sentry dependencies to ^7.41.0 (#516) (b318fc3)
  • tracing: initialize server side tracing correctly (#517) (c7eda63)

7.1.2 3/3/2023

Bug Fixes

  • deps: update sentry dependencies to ^7.40.0 (#515) (ce402a4)
  • tracing: automatically instrument server-side requests (#514) (1d96f8b)
  • update list of allowed integrations and allow configuring them (#513) (7933761)

7.1.1 2/27/2023

Bug Fixes

  • deps: update sentry dependencies to ^7.39.0 (#509) (46324d7)
  • Windows paths for custom client configuration files (#510) (bdea5fd)

7.1.0 2/20/2023

Features

  • support HttpClient client integration (#504) (24d4871)

Bug Fixes

  • deps: update sentry dependencies to ^7.38.0 (#501) (4f8b727)

7.0.4 2/17/2023

Bug Fixes

  • apply runtime config last, after merging tracing options (#499) (f434ec4)
  • deps: update sentry dependencies to ^7.37.2 (#493) (2306a9f)
  • docs: use correct yarn upgrade command (#494) (9614795)

7.0.3 1/25/2023

Bug Fixes

  • deps: update sentry dependencies to ^7.33.0 (#487) (23fc7c1)
  • don't require webpack dependency at runtime (#492) (db79dd0)

7.0.2 1/9/2023

Bug Fixes

  • deps: update sentry dependencies to ^7.29.0 (#482) (96d7a8c)
  • not able to resolve un-hoisted client-side dependencies (#486) (82071ce)

7.0.1 1/3/2023

Bug Fixes

7.0.0 12/21/2022

⚠ BREAKING CHANGES

Features

  • enable tree shaking of Sentry SDK debug code (#481) (c38f666)
  • support plugin path for clientConfig and serverConfig (#477) (63e698a)
  • tracing: enable Vue Router instrumentation by default (#476) (acb2aaf)
  • update Sentry SDK from v6 to v7 (#461) (53bbeec)

Bug Fixes

  • deps: update sentry dependencies to ^7.28.0 (#478) (877dce5)
  • gracefully handle Nuxt versions without Runtime Config (#472) (08d7e6c)

6.0.3 12/13/2022

Bug Fixes

  • tracing: autoSessionTracking not working on the server-side (#466) (67851ba)
  • incorrect option name in the warning message (#467) (b81b2cf)
  • deps: update devdependency @sentry/webpack-plugin to ^1.20.0 (#451) (e1fef90)

6.0.2 12/12/2022

Bug Fixes

  • tracing: merge user's tracing configuration (#463) (a567f82)

6.0.1 9/28/2022

Bug Fixes

  • tracing: set tracesSampleRate when tracing enabled (#448) (fe6d511), closes #447

6.0.0 8/26/2022

⚠ BREAKING CHANGES

  • The server-side process.sentry will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
  • options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
  • options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease option.
  • deps: Don't ship with @sentry/webpack-plugin as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.

Features

  • support for registering external integrations (#276) (2cf56ef)

Bug Fixes

  • deps: update devdependency @sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
  • deps: update sentry dependencies (#405) (a465f39)
  • throw error instead of logging when @sentry/webpack-plugin missing (d437a37)
  • use different hook for initializing server-side Sentry instance (#403) (20734fa)
  • deps: Don't ship with @sentry/webpack-plugin as a dependency (#390) (b042a46)
  • deps: update dependency @sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
  • deps: update sentry dependencies (#388) (5251cb6)
  • deps: update sentry dependencies (#396) (7fec526)

Code Refactoring

  • options: remove deprecated "attachCommits" and "repo" (#393) (1efcd28)
  • options: remove deprecated "webpackConfig" (#394) (859101e)