Releases: pantajoe/vite-plugin-appsignal
Releases · pantajoe/vite-plugin-appsignal
v0.3.0
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.0
Added
- now retries a single sourcemap upload up to 3 times with backoff, courtesy of
retry
and p-retry
Fixed
Changed
- use
fast-glob
instead of glob
- BREAKING CHANGE: Node v16 support dropped. Now requires Node >= 18