Skip to content

Releases: pantajoe/vite-plugin-appsignal

v0.3.0

19 Apr 08:26
7ba8356
Compare
Choose a tag to compare

Added

  • now exposes the entered pushApiKey as apiKey besides the release info in the config import.meta.env.VITE_PLUGIN_APPSIGNAL_CONFIG

Changed

  • BREAKING CHANGE: Renamed release to revision everywhere since this is the terminology Appsignal uses

v0.2.1

19 Apr 08:02
e719eae
Compare
Choose a tag to compare

version bump

v0.2.0

19 Apr 08:00
5ab2afc
Compare
Choose a tag to compare

Added

  • now retries a single sourcemap upload up to 3 times with backoff, courtesy of retry and p-retry

Fixed

  • now properly bundles

Changed

  • use fast-glob instead of glob
  • BREAKING CHANGE: Node v16 support dropped. Now requires Node >= 18

v0.1.1

18 Apr 13:03
01b7742
Compare
Choose a tag to compare

🚀 Intial Release