Skip to content

v13.0.0

Latest
Compare
Choose a tag to compare
@rowanmanning rowanmanning released this 04 Nov 14:05
· 4 commits to main since this release

⚠️ Breaking Changes

As of v13, this library no longer does anything. It retains the same API as next-metrics v12 but it no longer sends any metrics to Graphite and calling any next-metrics method logs a warning asking you to remove the method call from your code.

This warning includes a stack trace to help you track down these uses. If you can't make the changes and you're fed up of these warnings you can disable them by setting a NEXT_METRICS_SILENCE_WARNINGS environment variable to true.

What's Changed

  • Make the library do nothing by @rowanmanning in #603
  • fix: bump @dotcom-reliability-kit/logger from 3.1.6 to 3.2.0 in the reliability-kit group across 1 directory by @dependabot in #614
  • chore: bump dotcom-tool-kit from 4.0.5 to 4.0.6 in the development-dependencies group across 1 directory by @dependabot in #616

Full Changelog: v12.15.2...v13.0.0