Skip to content

Make quota enforcing more specific #22

Open
@brendanlong

Description

#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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions