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

Make quota enforcing more specific #22

Open
brendanlong opened this issue Mar 20, 2019 · 0 comments
Open

Make quota enforcing more specific #22

brendanlong opened this issue Mar 20, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@brendanlong
Copy link
Contributor

#20 caps all attributes at 512 characters to prevent us from going over quotas and losing events.

I found the specific quotas for everything here: https://github.com/getsentry/sentry/blob/master/src/sentry/conf/server.py#L1112

We should:

  • Enforce quotas on max list and dictionary length
  • Allow longer strings in the special cases where they're allowed (for examples, "message" allows up to 8K characters).

Ideally this would be configurable.

@brendanlong brendanlong added the enhancement New feature or request label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant