You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/esbuild-plugin/README_TEMPLATE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@ require("esbuild").build({
56
56
57
57
#OPTIONS_SECTION_INSERT#
58
58
59
+
### Configuration File
60
+
61
+
As an additional configuration method, the Sentry esbuild plugin will pick up environment variables configured inside a `.env.sentry-build-plugin` file located in the current working directory when building your app.
Copy file name to clipboardExpand all lines: packages/rollup-plugin/README_TEMPLATE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,10 @@ export default {
58
58
59
59
#OPTIONS_SECTION_INSERT#
60
60
61
+
### Configuration File
62
+
63
+
As an additional configuration method, the Sentry Rollup plugin will pick up environment variables configured inside a `.env.sentry-build-plugin` file located in the current working directory when building your app.
Copy file name to clipboardExpand all lines: packages/vite-plugin/README_TEMPLATE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,10 @@ export default defineConfig({
63
63
64
64
#OPTIONS_SECTION_INSERT#
65
65
66
+
### Configuration File
67
+
68
+
As an additional configuration method, the Sentry Vite plugin will pick up environment variables configured inside a `.env.sentry-build-plugin` file located in the current working directory when building your app.
Copy file name to clipboardExpand all lines: packages/webpack-plugin/README_TEMPLATE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ module.exports = {
57
57
58
58
#OPTIONS_SECTION_INSERT#
59
59
60
+
### Configuration File
61
+
62
+
As an additional configuration method, the Sentry Webpack plugin will pick up environment variables configured inside a `.env.sentry-build-plugin` file located in the current working directory when building your app.
0 commit comments