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
feat(tags): Adds sampling to project tag keys endpoint (#87985)
Updates the project `/tags` endpoint to clamp timerange and sample
events when feature flagged with `organizations:tag-key-sample-n`.
These changes were copied over from the organization level `/tags`
endpoint
# Tag queries longer than 14 days tend to time out for large customers. For getting a list of tags, clamping to 14 days is a reasonable compromise of speed vs. completeness
0 commit comments