-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Session replays record too long #2583
Labels
Comments
Replays are not attachments and are priced separately and the length of a replay doesn't impact how they're billed. You can head over to https://sentry.io/settings/billing/overview/ to see how your quote is used. |
I believe the questions in this issue have been answered. Feel free to open a new issue if there's something else to clarify. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform
Flutter Mobile iOS, Flutter Mobile Android
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Version
^8.11.0
Steps to Reproduce
just basic setting follow docs
I just add below code for activating replay function when Sentry.init
I found similar issue on javascript sdk(getsentry/sentry-javascript#13778)
Expected Result
Record within 60 minutes
This is stated in the document
Actual Result
Replay recorded too long sometimes
![Image](https://private-user-images.githubusercontent.com/71765938/404720794-dc5247e4-e009-4aba-a938-7c9e22ecd257.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwMDE2NzQsIm5iZiI6MTc0MDAwMTM3NCwicGF0aCI6Ii83MTc2NTkzOC80MDQ3MjA3OTQtZGM1MjQ3ZTQtZTAwOS00YWJhLWE5MzgtN2M5ZTIyZWNkMjU3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDIxNDI1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIxZDRmODk5ZWI2YmUxM2JkZDhhNjhkYTFkYzJjNGRkNWZmNmVmZDVjMDA0ODZjYzQyNThmZTllYjk2NWMzYjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OIsOPUeHAU946GqmqeTJgrVbZt9QAxXu4paJ1-U4wc8)
This affect so much on our team's price limit because of too lots of attachments;)
We need quick resolve on this
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: