Skip to content

Commit

Permalink
Update transport.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudvanbuul authored Jan 9, 2023
1 parent 5e9bfd2 commit 30615a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ export default class SentryTransport extends TransportStream {
scope.setTags(tags);
}

delete meta.name;
delete meta.level;
delete meta.stack;

scope.setExtras(meta);

if (user !== undefined && SentryTransport.isObject(user)) {
Expand Down

0 comments on commit 30615a5

Please sign in to comment.