Skip to content

Releases: pantajoe/vite-plugin-appsignal

v0.7.5

08 Apr 08:16
11858c5
Compare
Choose a tag to compare

What's Changed

  • revert(upload): increase parallel upload to 10 by @pantajoe in #71

v0.7.4

22 Mar 11:37
c79d357
Compare
Choose a tag to compare

What's Changed

  • fix(upload): decrease parallel upload to 3 by @pantajoe in #70

Full Changelog: v0.7.3...v0.7.4

v0.7.3

20 Mar 08:44
8d4d3a9
Compare
Choose a tag to compare

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.2

10 Jan 08:03
65833a2
Compare
Choose a tag to compare

Modified

v0.7.1

05 Jan 11:52
6091f97
Compare
Choose a tag to compare

Added

  • added urlPrefixes setting to allow to upload a sourcemap for multiple source files (see field name[] in Appsignal docs)

v0.7.0

30 Oct 14:52
050aa53
Compare
Choose a tag to compare

Changed

  • Upload source maps in batches of 10, so Appsignal API is not subject to DDoS attacks...

v0.6.0

06 Jun 15:00
7f20766
Compare
Choose a tag to compare

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

19 Apr 14:52
cae501b
Compare
Choose a tag to compare

Changed

  • Remove console.error statements
  • Improve meta information of package

v0.4.0

19 Apr 10:31
4bb7942
Compare
Choose a tag to compare

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

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