Skip to content

Commit

Permalink
chore: use opt_in for tracking logs event bus toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 13, 2024
1 parent e52a350 commit 5436bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventtracking/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# .. toggle_default: False
# .. toggle_description: When True, the system will publish `TRACKING_EVENT_EMITTED` signals to the event bus. The
# `TRACKING_EVENT_EMITTED` signal is emit when a tracking log is emitted.
# .. toggle_use_cases: circuit_breaker
# .. toggle_use_cases: opt_in
# .. toggle_creation_date: 2023-10-26
SEND_TRACKING_EVENT_EMITTED_SIGNAL = SettingToggle(
'SEND_TRACKING_EVENT_EMITTED_SIGNAL',
Expand Down

0 comments on commit 5436bec

Please sign in to comment.