You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #5326 completed, we found many areas of improvement in the Replay integration. These tasks are not strictly related anymore to the migration. We should sit down and discuss time budget, prioritize the tasks and extract them to separate issues.
Rename interfaces (ISomething doesn't conform with our conventions)
Figure out what to do with demo (maybe move to E2E tests?)
Won't do
Can we entirely get rid of the keepAlive flag in our fetch transport? This flag is causing issues for users (Sentry requests are pending indefinitely #6049) but removing it might cause more replay segment loss.
The text was updated successfully, but these errors were encountered:
Problem Statement
With #5326 completed, we found many areas of improvement in the Replay integration. These tasks are not strictly related anymore to the migration. We should sit down and discuss time budget, prioritize the tasks and extract them to separate issues.
Progress
lodash.debounce
dependency #6553index.ts
for better composability #6406recordingOptions
#6390ISomething
doesn't conform with our conventions)Won't do
Can we entirely get rid of the.keepAlive
flag in our fetch transport? This flag is causing issues for users (Sentry requests are pending indefinitely #6049) but removing it might cause more replay segment lossThe text was updated successfully, but these errors were encountered: