-
-
Couldn't load subscription status.
- Fork 1.7k
ref(core): Remove transaction name extraction from requestDataIntegration
#11513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref(core): Remove transaction name extraction from requestDataIntegration
#11513
Conversation
size-limit report 📦
|
…ansactionName-from-requestDataIntegration
requestDataIntegration
| return { | ||
| name: INTEGRATION_NAME, | ||
| processEvent(event, _hint, client) { | ||
| processEvent(event, _hint, _client) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| processEvent(event, _hint, _client) { | |
| processEvent(event) { |
| }; | ||
| } | ||
|
|
||
| function getSDKName(client: Client): string | undefined { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we even do this before here 😅 but I guess it is just not needed because we always set this directly now, right?
I missed two places where we assign
event.transactionlet's see how badly this nukes CI 👀