8.0.8 (2024-09-13)
- deps: update devdependency @sentry/webpack-plugin to v2.22.3 (#688) (e84d715)
- deps: update sentry sdk (#666) (9d5dd24)
- type declarations don't work with "moduleResolution: node16" (8fe70f0)
8.0.7 (2024-02-07)
- deps: update devdependency @sentry/profiling-node to v7 (#665) (df52090)
- deps: update sentry sdk (#656) (89c6576)
8.0.6 (2023-11-27)
- deps: update sentry sdk to ^7.81.1 (#653) (2c17b30)
- make it possible to disable internal SDK integrations (#655) (fd32a7e)
8.0.4 (2023-11-20)
8.0.3 (2023-11-16)
8.0.2 (2023-11-13)
- deps: update sentry sdk (#632) (2de0ed1)
- support external configuration in form of *.ts (#639) (e481548)
8.0.1 (2023-10-31)
8.0.0 (2023-10-31)
- See migration guide at https://sentry.nuxtjs.org/guide/migration
- deps: update devdependency @sentry/webpack-plugin to v2.8.0 (#621) (d981f1f)
- deps: update sentry sdk (#604) (3ae9b5b)
8.0.0-rc.0 (2023-09-19)
- publishRelease: See migration guide at https://sentry.nuxtjs.org/guide/migration
- publishRelease: upgrade to webpack-plugin v2 (d3ed0eb)
7.5.0 (2023-08-28)
7.4.0 (2023-08-11)
- deps: update sentry sdk (#593) (35daec5)
- deps: update sentry sdk to ^7.63.0 (ecdce1f)
- lazy: avoid crash on using mocked instance after real one loaded (#606) (e728a34)
7.3.1 (2023-07-04)
- deps: update sentry sdk to ^7.57.0 (663147b)
7.3.0 (2023-05-21)
- deps: update sentry sdk to ^7.52.1 (#573) (a74cf7f)
- tracing: tracing not enabled on the server (#575) (7839d03)
7.2.6 (2023-05-10)
7.2.5 (2023-05-10)
7.2.4 (2023-05-09)
- deps: update sentry sdk (#563) (bcb9500)
- remove use of unctx to avoid issues with conflicting versions (#566) (d8dc14b)
7.2.3 (2023-05-02)
7.2.2 (2023-04-20)
- deps: add
@sentry/core
explicitly as its used in types (7124678)
7.2.1 (2023-04-18)
7.2.0 (2023-04-18)
7.1.13 (2023-04-11)
7.1.12 (2023-04-11)
- deps: update sentry sdk to ^7.47.0 (#552) (30c1a97)
- shutdown server Sentry SDK when
nuxt build
is done (#551) (f24cfb2)
7.1.11 (2023-04-03)
- resolve aliases relative to module's dir (#548) (94d7c90)
- significantly reduce client bundle size (#547) (ad8eefd)
7.1.10 (2023-03-28)
7.1.9 (2023-03-27)
7.1.8 (2023-03-27)
7.1.7 (2023-03-27)
7.1.6 (2023-03-24)
7.1.5 (2023-03-24)
- deps: update sentry sdk to ^7.43.0 (#522) (80de6b9)
- deps: update sentry sdk to ^7.44.2 (#527) (82d1f08)
- deps: update sentry sdk to ^7.45.0 (#531) (888b395)
- tracing: connect backend and frontend traces (#529) (30c3127)
7.1.4 (2023-03-07)
7.1.3 (2023-03-07)
- deps: update sentry dependencies to ^7.41.0 (#516) (b318fc3)
- tracing: initialize server side tracing correctly (#517) (c7eda63)
7.1.2 (2023-03-03)
- 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 (2023-02-27)
- deps: update sentry dependencies to ^7.39.0 (#509) (46324d7)
- Windows paths for custom client configuration files (#510) (bdea5fd)
7.1.0 (2023-02-20)
7.0.4 (2023-02-17)
- 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 (2023-01-25)
- deps: update sentry dependencies to ^7.33.0 (#487) (23fc7c1)
- don't require webpack dependency at runtime (#492) (db79dd0)
7.0.2 (2023-01-09)
- deps: update sentry dependencies to ^7.29.0 (#482) (96d7a8c)
- not able to resolve un-hoisted client-side dependencies (#486) (82071ce)
7.0.1 (2023-01-03)
7.0.0 (2022-12-21)
- Refer to https://sentry.nuxtjs.org/guide/migration for migration guide.
- 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)
- deps: update sentry dependencies to ^7.28.0 (#478) (877dce5)
- gracefully handle Nuxt versions without Runtime Config (#472) (08d7e6c)
6.0.3 (2022-12-13)
- 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 (2022-12-12)
6.0.1 (2022-09-28)
6.0.0 (2022-08-26)
- 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 (onbuild:compile
hook) while before it was available a bit earlier onready
hook (with an issue that it was not always able to pass the project version to Sentry). - options: Remove deprecated
webpackConfig
option. Configure through thepublishRelease
option instead. - options: Remove deprecated
attachCommits
andrepo
options. Those can now be set through thepublishRelease
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.
- 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)
- options: remove deprecated "attachCommits" and "repo" (#393) (1efcd28)
- options: remove deprecated "webpackConfig" (#394) (859101e)
5.1.7 (2022-02-02)
- deps: update sentry dependencies (#379) (e7db004)
- don't pass empty object to integrations constructor (#387) (b4b9415)
5.1.6 (2021-11-26)
- deps: update sentry dependencies to ^6.14.3 (#367) (7a38d27)
- deps: update sentry dependencies to ^6.15.0 (#374) (77fcf74)
- don't pass empty object to integrations constructor (#376) (18e12c5)
5.1.5 (2021-11-05)
- deps: update sentry dependencies (#355) (9d23a87)
- docs: typo in the lazy-loading section (#363) (dfcc0ab)
5.1.4 (2021-10-01)
- deps: update sentry dependencies to ^6.13.2 (#345) (e51a438)
- shutdown Sentry instance after generate (#353) (ee4c293)
5.1.3 (2021-08-25)
- lodash.merge import error on using runtime config (acfff72)
5.1.2 (2021-08-19)
- allow overriding all "webpackConfig" options (#338) (bbc46d7)
- allow overriding all webpackConfig setCommits options (#337) (0ea6cbc)
- types: use BrowserOptions interface for clientConfig option (#335) (1372a28)
5.1.1 (2021-08-10)
5.1.0 (2021-05-28)
- serialize regexpes properly in the server-side config (#308) (9e3ae22), closes #307
- deps: update dependency @sentry/webpack-plugin to ^1.15.0 (#305) (a0396b6)
- handle commonjs/es import styles for @sentry/cli (#302) (d6a818d)
- deps: update sentry dependencies to ^6.2.5 (#300) (faf6f67)
- docs: fixes typography & content styling (#288) (744bafb)
5.0.3 (2021-03-18)
5.0.2 (2021-02-17)
5.0.1 (2021-02-08)
5.0.0 (2021-01-21)
- deps: This major version release doesn't contain any breaking API/code changes.
Starting with this version sessions data will be sent by default. See Release Health docs to learn more.
You can opt-out of this behavior by setting
autoSessionTracking
option tofalse
, for example:
sentry: {
config: {
autoSessionTracking: false
}
}
- deps: update sentry deps to v6 (major) (#265) (7316f05)
- types: add missing TS types for lazy-loading feature (#262) (4a57102), closes #261
- support overriding integrations from @sentry/browser (#257) (ae75bee), closes #251
4.5.0 (2020-11-11)
4.4.0 (2020-11-04)
4.3.5 (2020-09-16)
- initialize server-side Sentry when using Nuxt programmatically (#235) (575e4db), closes #230
- deps: update Sentry dependency from 5.20.1 to 5.23.0 (#223) (9894b02)
4.3.4 (2020-08-01)
- lazy: improve error reporting for postponed global errors (#220) (ecf5d00), closes /github.com/getsentry/sentry-javascript/blob/9428c9a171a0c6ddcf24935fd03d6492feea0343/packages/browser/src/loader.js#L135-L147
4.3.3 (2020-07-30)
4.3.2 (2020-07-29)
4.3.1 (2020-07-29)
4.3.0 (2020-07-28)
- enable console logging of Vue errors in development (#214) (55b7efe)
- infer "config.release" automatically if not provided (#205) (059f4e9)
4.2.1 (2020-07-27)
4.2.0 (2020-07-27)
4.1.3 (2020-07-01)
4.1.2 (2020-06-08)
4.1.1 (2020-06-08)
- deps: move @nuxtjs/eslint-config-typescript to devDependencies (98bab95)
4.1.0 (2020-06-08)
- deps: update sentry dependencies to v5.16.1 (#180) (a42035f)
- properly log state of the Sentry reporting (#186) (36fde1a)
4.0.3 (2020-05-04)
4.0.2 (2020-04-23)
4.0.1 (2020-04-15)
4.0.0 (2020-03-24)
- Requires at least Nuxt v2.10.0
- deps: update Sentry dependencies to v5.15.0 (#166) (ebea3ca)
- properly handle publishing when custom webpack config is added (#167) (ca2f680)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.3.1 (2020-03-06)
3.3.0 (2020-02-27)
3.2.4 (2020-02-14)
3.2.3 (2020-02-13)
- allow string to webpackConfig.include (#149) (146ff20)
- don't set urlPrefix for release on server (#150) (8e3e4d1)
- don't use Proxy to avoid problems with IE11 compatibility (f78d7b6), closes #144
- enable source maps on server also (c71d848)
- release failure with non-standard directory structure (215c308), closes #132
- router.base not taken into account when releasing source maps (#152) (8ffce3a), closes #105
- types: add types for process.sentry (#153) (0ff5969)
3.2.2 (2020-02-03)
3.2.1 (2020-01-31)
- types: Make $sentry non-optional since the Proxy is now used when disabled (238a68d)
3.2.0 (2020-01-31)
- mock sentry in case it is disabled (da106ab)
3.0.1 (2019-10-14)
3.0.0 (2019-05-12)
2.3.2 (2019-04-02)
2.3.1 (2019-02-20)
2.1.0 (2018-11-27)
- change example of sentry command to valid (6c9e862)
- add browser integrations (8f11ea7)
2.0.0 (2018-10-19)
1.1.3 (2018-09-10)
1.1.2 (2018-08-17)
- Add new option "disabled" (0a8a047)
1.1.1 (2018-07-12)
1.1.0 (2018-06-26)
- capture errors during nuxt generate (129cb0f)
1.0.3 (2018-03-22)
1.0.2 (2018-03-18)
- env bool now parsed as bool instead of string, close #13 (849e1e8)
- plugin is not loaded if no keys are provided, fix #14 (3e62730)
1.0.1 (2018-01-27)
1.0.0 (2018-01-16)
- Support nuxt 1.0 new hook system (85bf6d0)
0.2.0 (2017-12-13)
0.1.1 (2017-11-28)
0.1.0 (2017-10-24)
- more options (cbca975)