Skip to content

Latest commit

 

History

History
375 lines (172 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

375 lines (172 loc) · 18.4 KB

5.0.0 (2021-01-21)

⚠ BREAKING CHANGES

  • 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 to false, for example:
sentry: {
  config: {
    autoSessionTracking: false
  }
}

Features

Bug Fixes

  • 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)

Features

  • add support for performance monitoring/tracing (#250) (6a6a3be), closes #224

Bug Fixes

  • deps: update sentry dependencies ^5.27.2 -> ^5.27.3 (#249) (c9c4dde)

4.4.0 (2020-11-04)

Features

  • allow config to be passed to requestHandler (#243) (9daaf4b)

4.3.5 (2020-09-16)

Bug Fixes

  • 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)

Bug Fixes

4.3.3 (2020-07-30)

Bug Fixes

  • lazy: crash on iterating "delayedCalls" (#219) (a3de1cf)

4.3.2 (2020-07-29)

Bug Fixes

  • crash on enabling publishRelease with no "release" (#217) (92e7680), closes #200

4.3.1 (2020-07-29)

Bug Fixes

  • crash on running module outside of git repo when release not set (#216) (8b00082), closes #200

4.3.0 (2020-07-28)

Features

Bug Fixes

  • 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)

Bug Fixes

  • user's integrations options not respected on the client (#208) (b81c7d3), closes #207

4.2.0 (2020-07-27)

Features

  • support lazy loading of Sentry on the client (#198) (963fead), closes #127

4.1.3 (2020-07-01)

Bug Fixes

  • deps: update Sentry dependencies to v5.18.1 (#194) (39304b5)

4.1.2 (2020-06-08)

Bug Fixes

  • deps: update Sentry dependencies to ^5.17.0 (#189) (0f98c51)

4.1.1 (2020-06-08)

Bug Fixes

  • deps: move @nuxtjs/eslint-config-typescript to devDependencies (98bab95)

4.1.0 (2020-06-08)

Features

  • add an option to toggle logging of calls on mocked instance (#187) (6a1692e), closes #176

Bug Fixes

  • 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)

Bug Fixes

  • allow overriding webpackConfig urlPrefix (#178) (c52694e)

4.0.2 (2020-04-23)

Bug Fixes

  • set public path correctly when building on Windows (#174) (b8b811a)

4.0.1 (2020-04-15)

4.0.0 (2020-03-24)

⚠ BREAKING CHANGES

  • Requires at least Nuxt v2.10.0

Bug Fixes

  • deps: update Sentry dependencies to v5.15.0 (#166) (ebea3ca)
  • properly handle publishing when custom webpack config is added (#167) (ca2f680)

Changelog

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)

Features

Bug Fixes

  • deps: update Sentry dependencies to v5.12.5 (#154) (34203a6)

3.2.4 (2020-02-14)

Bug Fixes

  • released client sourcemaps don't have correct prefix (no /_nuxt/) (#155) (2c8bc83)

3.2.3 (2020-02-13)

Bug Fixes

  • 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)

Bug Fixes

  • types: use @sentry/minimal instead of @sentry/types (#142) (de1874c)

3.2.1 (2020-01-31)

Bug Fixes

  • types: Make $sentry non-optional since the Proxy is now used when disabled (238a68d)

3.2.0 (2020-01-31)

Features

  • mock sentry in case it is disabled (da106ab)

3.0.1 (2019-10-14)

3.0.0 (2019-05-12)

Features

  • sentry 5 update, plugin for server side, (#72) (17322f9)

Bug Fixes

2.3.2 (2019-04-02)

Bug Fixes

2.3.1 (2019-02-20)

2.1.0 (2018-11-27)

Bug Fixes

  • change example of sentry command to valid (6c9e862)

Features

  • add browser integrations (8f11ea7)

2.0.0 (2018-10-19)

Features

1.1.3 (2018-09-10)

Bug Fixes

1.1.2 (2018-08-17)

Features

  • Add new option "disabled" (0a8a047)

1.1.1 (2018-07-12)

Features

1.1.0 (2018-06-26)

Features

  • capture errors during nuxt generate (129cb0f)

1.0.3 (2018-03-22)

1.0.2 (2018-03-18)

Bug Fixes

  • 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)

Features

  • 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)

Features

0.0.2 (2017-10-17)