Releases: pantajoe/vite-plugin-appsignal
Releases · pantajoe/vite-plugin-appsignal
v0.7.5
What's Changed
- revert(upload): increase parallel upload to 10 by @pantajoe in #71
v0.7.3
Changes
- Decreased the number of parallel uploads from 10 to 5 at a time since AppSignal API is not designed to handle more
- should prevent CI workflows with many files to crash randomly.
v0.7.1
Added
- added
urlPrefixes
setting to allow to upload a sourcemap for multiple source files (see field name[]
in Appsignal docs)
v0.7.0
Changed
- Upload source maps in batches of 10, so Appsignal API is not subject to DDoS attacks...
v0.6.0
BREAKING CHANGE:
- ESM-first module (will probably still work for CJS projects). (otherwise, rename your
vite.config.ts
to vite.config.mts
v0.5.0
Changed
- Remove
console.error
statements
- Improve meta information of package
v0.4.0
Added
- Create a deploy marker in Appsignal
- BREAKING CHANGE: now requires
appId
and personalApiToken
Changed
- updated docs about which keys and ids to use
- Don't expose the organization-wide
pushApiKey
, but the apiKey
that's specific to this app and env
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