Skip to content

Commit

Permalink
Fix DT settings for txn feature tests (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino authored Feb 16, 2023
1 parent 59abb6a commit b54a7e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def validate_no_analytics_sample_data(wrapped, instance, args, kwargs):

_test_collect_analytic_events_disabled_settings = {
"collect_analytics_events": False,
"distributed_tracing.enabled": False,
"browser_monitoring.attributes.enabled": True,
}

Expand Down Expand Up @@ -328,6 +329,7 @@ def test_collect_analytic_events_disabled():

_test_analytic_events_disabled_settings = {
"transaction_events.enabled": False,
"distributed_tracing.enabled": False,
"browser_monitoring.attributes.enabled": True,
}

Expand Down

0 comments on commit b54a7e9

Please sign in to comment.