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)