Skip to content

Latest commit

 

History

History
849 lines (403 loc) · 49.3 KB

CHANGELOG.md

File metadata and controls

849 lines (403 loc) · 49.3 KB

8.0.7 (2024-02-07)

Bug Fixes

  • deps: update devdependency @sentry/profiling-node to v7 (#665) (df52090)
  • deps: update sentry sdk (#656) (89c6576)

8.0.6 (2023-11-27)

Bug Fixes

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

Bug Fixes

8.0.3 (2023-11-16)

Bug Fixes

  • crash on handling unhandled exceptions (#647) (007d84d)

8.0.2 (2023-11-13)

Bug Fixes

8.0.1 (2023-10-31)

Bug Fixes

8.0.0 (2023-10-31)

⚠ BREAKING CHANGES

Features

  • upgrade to webpack-plugin v2 for making releases (#616) (b981638)

Bug Fixes

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

⚠ BREAKING CHANGES

Features

  • publishRelease: upgrade to webpack-plugin v2 (d3ed0eb)

7.5.0 (2023-08-28)

Features

  • tracing: allow configuring vueRouterInstrumentation options (#614) (977a74e)

7.4.0 (2023-08-11)

Bug Fixes

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

Bug Fixes

  • deps: update sentry sdk to ^7.57.0 (663147b)

7.3.0 (2023-05-21)

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 (2023-05-10)

Bug Fixes

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

7.2.5 (2023-05-10)

Bug Fixes

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

7.2.4 (2023-05-09)

Bug Fixes

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

7.2.3 (2023-05-02)

Bug Fixes

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

7.2.2 (2023-04-20)

Bug Fixes

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

7.2.1 (2023-04-18)

Bug Fixes

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

7.2.0 (2023-04-18)

Features

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

Bug Fixes

7.1.13 (2023-04-11)

Bug Fixes

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

7.1.12 (2023-04-11)

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 (2023-04-03)

Bug Fixes

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

7.1.10 (2023-03-28)

Bug Fixes

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

7.1.9 (2023-03-27)

Bug Fixes

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

7.1.8 (2023-03-27)

Bug Fixes

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

7.1.7 (2023-03-27)

Bug Fixes

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

7.1.6 (2023-03-24)

Bug Fixes

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

7.1.5 (2023-03-24)

Bug Fixes

7.1.4 (2023-03-07)

7.1.3 (2023-03-07)

Bug Fixes

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

7.1.2 (2023-03-03)

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 (2023-02-27)

Bug Fixes

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

Features

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

Bug Fixes

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

7.0.4 (2023-02-17)

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 (2023-01-25)

Bug Fixes

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

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 (2023-01-03)

Bug Fixes

  • more accurate type for serverConfig option (#484) (95f9f4f)

7.0.0 (2022-12-21)

⚠ 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 (2022-12-13)

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 (2022-12-12)

Bug Fixes

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

6.0.1 (2022-09-28)

Bug Fixes

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

6.0.0 (2022-08-26)

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

5.1.7 (2022-02-02)

Bug Fixes

  • deps: update sentry dependencies (#379) (e7db004)
  • don't pass empty object to integrations constructor (#387) (b4b9415)

5.1.6 (2021-11-26)

Bug Fixes

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

Bug Fixes

5.1.4 (2021-10-01)

Bug Fixes

  • deps: update sentry dependencies to ^6.13.2 (#345) (e51a438)
  • shutdown Sentry instance after generate (#353) (ee4c293)

5.1.3 (2021-08-25)

Bug Fixes

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

5.1.2 (2021-08-19)

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 (2021-08-10)

Bug Fixes

5.1.0 (2021-05-28)

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 (2021-03-18)

Bug Fixes

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

5.0.2 (2021-02-17)

Bug Fixes

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

5.0.1 (2021-02-08)

Bug Fixes

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

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)