Skip to content

Conversation

BYK
Copy link
Member

@BYK BYK commented Mar 27, 2025

This patch makes Spotlight easier to setup by turning all sampling to 100% when no DSN is set and Spotlight is enabled. I consider this a non-breaking and a safe change as these only apply when no DSN is set so it should have no production or billing implications.

This patch makes Spotlight easier to setup by turning all sampling to 100% when no DSN is set and Spotlight is enabled. I consider this a non-breaking and a safe change as these only apply when no DSN is set so it should have no production or billing implications.
@BYK BYK requested a review from a team as a code owner March 27, 2025 17:59
Copy link

codecov bot commented Mar 27, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
22323 1 22322 5593
View the top 1 failed test(s) by shortest run time
tests.integrations.grpc.test_grpc_aio test_grpc_server_abort
Stack Traces | 0.096s run time
.../integrations/grpc/test_grpc_aio.py:153: in test_grpc_server_abort
    assert len(events) == 1
E   assert 0 == 1
E    +  where 0 = len([])

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link
Member

@szokeasaurusrex szokeasaurusrex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I have two suggestions, but since you'll likely have to implement them anyways in order to get the tests to pass, I'll approve

Copy link
Member

@szokeasaurusrex szokeasaurusrex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, see suggestion

@szokeasaurusrex
Copy link
Member

I'm not quite sure why the GraphQL tests are failing here

@szokeasaurusrex
Copy link
Member

Ah @sentrivana just pointed out in Slack that graphql tests are failing on master, so it might not be caused by this PR

BYK and others added 2 commits March 28, 2025 10:48
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
@BYK BYK merged commit 3b28649 into master Mar 28, 2025
138 of 139 checks passed
@BYK BYK deleted the byk/feat/enable-all-sampling-with-spotlight branch March 28, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants