Skip to content

Commit

Permalink
ref: Remove the default entity from the post process forwarder (#40131)
Browse files Browse the repository at this point in the history
This is no longer a good default (and should probably be eventually
deprecated all together) since errors and transactions are now being
mapped to different topics by default in Sentry and Snuba (which
prevents this from working properly). This change forces the user to
pass a value here.
  • Loading branch information
lynnagara authored Oct 17, 2022
1 parent cf472c7 commit 7bf6501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry/runner/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def cron(**options):
)
@click.option(
"--entity",
default="all",
type=click.Choice(["all", "errors", "transactions"]),
help="The type of entity to process (all, errors, transactions).",
)
Expand Down

0 comments on commit 7bf6501

Please sign in to comment.