Skip to content

Releases: nuxt-community/sentry-module

5.1.3

25 Aug 13:05
Compare
Choose a tag to compare

Bug Fixes

  • lodash.merge import error on using runtime config (acfff72)

5.1.2

19 Aug 13:59
Compare
Choose a tag to compare

Bug Fixes

  • 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

10 Aug 20:14
Compare
Choose a tag to compare

Bug Fixes

5.1.0

28 May 07:30
Compare
Choose a tag to compare

Features

  • allow disabling automatic version detection for releases (#314) (e1677fa)

Bug Fixes

  • 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

18 Mar 13:16
Compare
Choose a tag to compare

Bug Fixes

  • crash on lazy loading when using Runtime Config (#286) (074bf77)

5.0.2

17 Feb 07:57
Compare
Choose a tag to compare

Bug Fixes

  • support configuring CaptureConsole and Debug integrations (#275) (73c5b12), closes #274

5.0.1

08 Feb 08:00
Compare
Choose a tag to compare

Bug Fixes

  • better handling of functions options in config (#267) (341bed5)

5.0.0

21 Jan 22:09
Compare
Choose a tag to compare

⚠ 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

11 Nov 08:27
Compare
Choose a tag to compare

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

04 Nov 07:59
Compare
Choose a tag to compare

Features

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