We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a942a commit 013f7ffCopy full SHA for 013f7ff
packages/bundler-plugin-core/src/index.ts
@@ -92,6 +92,11 @@ export function sentryUnpluginFactory({
92
debug: options.debug,
93
});
94
95
+ // Set the User-Agent that Sentry CLI will use when interacting with Sentry
96
+ process.env[
97
+ "SENTRY_PIPELINE"
98
+ ] = `${unpluginMetaContext.framework}-plugin/${__PACKAGE_VERSION__}`;
99
+
100
function handleRecoverableError(unknownError: unknown) {
101
sentrySession.status = "abnormal";
102
try {
0 commit comments