Skip to content

fix: missing some available project instrumentation#110689

Open
shruthilayaj wants to merge 1 commit intomasterfrom
shruthi/fix/missing-available-project-instrumentation
Open

fix: missing some available project instrumentation#110689
shruthilayaj wants to merge 1 commit intomasterfrom
shruthi/fix/missing-available-project-instrumentation

Conversation

@shruthilayaj
Copy link
Member

@shruthilayaj shruthilayaj commented Mar 13, 2026

we were missing some instrumentation flags.
TODO: run project index job after this is deployed

@shruthilayaj shruthilayaj requested a review from a team as a code owner March 13, 2026 21:31
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 13, 2026
@github-actions
Copy link
Contributor

Backend Test Failures

Failures on 1d40fb1 in this run:

tests/sentry/seer/explorer/test_context_engine_utils.py::TestGetInstrumentationTypes::test_returns_correct_flagslog
tests/sentry/seer/explorer/test_context_engine_utils.py:32: in test_returns_correct_flags
    assert result == ["transactions", "profiles", "replays", "sessions"]
E   AssertionError: assert ['transaction...', 'sessions'] == ['transaction...', 'sessions']
E     
E     At index 1 diff: 'spans' != 'profiles'
E     Left contains one more item: 'sessions'
E     
E     Full diff:
E       [
E           'transactions',
E     +     'spans',
E           'profiles',
E           'replays',
E           'sessions',
E       ]
tests/sentry/seer/explorer/test_context_engine_utils.py::TestGetInstrumentationTypes::test_returns_partial_flagslog
tests/sentry/seer/explorer/test_context_engine_utils.py:40: in test_returns_partial_flags
    assert result == ["transactions", "sessions"]
E   AssertionError: assert ['transaction...', 'sessions'] == ['transactions', 'sessions']
E     
E     At index 1 diff: 'spans' != 'sessions'
E     Left contains one more item: 'sessions'
E     
E     Full diff:
E       [
E           'transactions',
E     +     'spans',
E           'sessions',
E       ]

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

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants