Skip to content
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

meta: Postpone non-breaking TODOs #15080

Merged
merged 3 commits into from
Jan 22, 2025
Merged

meta: Postpone non-breaking TODOs #15080

merged 3 commits into from
Jan 22, 2025

Conversation

lforst
Copy link
Member

@lforst lforst commented Jan 20, 2025

Ref: #14299

Updates comments to clarify what needs to be done in v9 and what doesn't.

Copy link

codecov bot commented Jan 20, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
690 1 689 297
View the top 1 failed tests by shortest run time
replay/slowClick/windowOpen/test.ts window.open() is considered for slow click
Stack Traces | 2.14s run time
test.ts:6:11 window.open() is considered for slow click

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@lforst lforst requested review from mydea and Lms24 January 20, 2025 15:24
@@ -333,7 +333,7 @@ export function wrapHandler<TEvent, TResult>(
// Only start a trace and root span if the handler is not already wrapped by Otel instrumentation
// Otherwise, we create two root spans (one from otel, one from our wrapper).
// If Otel instrumentation didn't work or was filtered by users, we still want to trace the handler.
// TODO(v9): Since bumping the OTEL Instrumentation, this is likely not needed anymore, we can possibly remove this
// TODO(v9): Since bumping the OTEL Instrumentation, this is likely not needed anymore, we can possibly remove this (can be done whenever since it would be non-breaking)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we just remove the (v9) suffix here, possibly? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I guess - I originally wanted to keep it because it's a somewhat valuable priority gauge when grepping for TODO(

@lforst lforst requested a review from mydea January 21, 2025 15:52
@lforst lforst merged commit bde8318 into develop Jan 22, 2025
148 checks passed
@lforst lforst deleted the lforst-postpone-todos branch January 22, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants