@sentry/bundler-plugin-core 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/cjs/index.js +359 -195
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +359 -196
- package/dist/esm/index.js.map +1 -1
- package/dist/types/options-mapping.d.ts +1 -1
- package/dist/types/sentry/releasePipeline.d.ts +6 -6
- package/dist/types/sentry/telemetry.d.ts +5 -13
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
# Sentry Bundler Plugin Core
|
|
8
8
|
|
|
9
|
-
**WARNING: This package is work in progress! Do not yet use it in production. We're happy to receive your feedback!**
|
|
10
|
-
|
|
11
9
|
Core package containing the bundler-agnostic functionality used by the bundler plugins.
|
|
12
10
|
|
|
13
11
|
Check out the individual packages for more information and examples:
|