Skip to content

Commit af7ece0

Browse files
committed
ref: Remove transaction from browser
1 parent 4d2fdfe commit af7ece0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/browser/src/parsers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,11 @@ export function eventFromPlainObject(exception: {}, syntheticException: Error |
4848
/** JSDoc */
4949
export function eventFromStacktrace(stacktrace: TraceKitStackTrace): SentryEvent {
5050
const exception = exceptionFromStacktrace(stacktrace);
51-
const transaction = stacktrace.url || (stacktrace.stack && stacktrace.stack[0].url) || '<unknown>';
5251

5352
return {
5453
exception: {
5554
values: [exception],
5655
},
57-
transaction,
5856
};
5957
}
6058

0 commit comments

Comments
 (0)