Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions packages/bundler-plugin-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,9 @@ const unplugin = createUnplugin<Options>((options, unpluginMetaContext) => {
}

sentryHub.setTags({
organization: internalOptions.org,
project: internalOptions.project,
bundler: unpluginMetaContext.framework,
});

sentryHub.setUser({ id: internalOptions.org });

// This is `nonEntrypointSet` instead of `entrypointSet` because this set is filled in the `resolveId` hook and there
// we don't have guaranteed access to *absolute* paths of files if they're entrypoints. For non-entrypoints we're
// guaranteed to have absolute paths - we're then using the paths in later hooks to make decisions about whether a
Expand Down