Skip to content

Commit

Permalink
Adjust inter diff
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Jul 29, 2024
1 parent 20a2a3a commit 6ce7642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/api/bases/organization_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ def get_snuba_dataclass(
teams=self.get_teams(request, organization),
organization=organization,
)

if check_global_views:
has_global_views = features.has(
"organizations:global-views", organization, actor=request.user
)
fetching_replay_data = request.headers.get("X-Sentry-Replay-Request") == "1"

if not any(
[
has_global_views,
Expand Down

0 comments on commit 6ce7642

Please sign in to comment.