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

Match our data truncation with the Sentry server #529

Closed
11 tasks done
nateberkopec opened this issue Aug 3, 2016 · 3 comments
Closed
11 tasks done

Match our data truncation with the Sentry server #529

nateberkopec opened this issue Aug 3, 2016 · 3 comments

Comments

@nateberkopec
Copy link
Contributor

nateberkopec commented Aug 3, 2016

https://docs.getsentry.com/on-premise/clientdev/advanced/

  • Remove HTTP Auth headers
  • Mappings of values (such as HTTP data, extra data, etc) are limited to 50 item pairs.
  • Event IDs are limited to 32 characters.
  • Tag keys are limited to 32 characters.
  • Tag values are limited to 200 characters.
  • Culprits are limited to 200 characters.
  • Most contextual variables are limited to 512 characters.
  • Extra contextual data is limited to 4096 characters.
  • Messages are limited to ~10kb.
  • Http data (the body) is limited to 2048 characters.
  • Stacktrace’s are limited to 50 frames. If more are sent, data will be removed from the middle of the stack.
@nateberkopec
Copy link
Contributor Author

See #536

@nateberkopec
Copy link
Contributor Author

Also #537

@nateberkopec
Copy link
Contributor Author

Fixed by both of those PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant