Closed antonpirker closed 5 days ago
Tests completed | Failed | Passed | Skipped |
---|---|---|---|
13842 | 132 | 13710 | 4117 |
tests.integrations.quart.test_quart test_cli_commands_raise
Stack Traces | 0.001s run time
> > ```python > .../integrations/quart/test_quart.py:304: in test_cli_commands_raise > app = quart_app_factory() > .../integrations/quart/test_quart.py:32: in quart_app_factory > app = Quart(__name__) > .tox/py3.12-quart-v0.19/lib/python3.12.../site-packages/quart/app.py:338: in __init__ > self.add_url_rule( > .tox/py3.12-quart-v0.19/lib/python3.12.../flask/sansio/scaffold.py:47: in wrapper_func > return f(self, *args, **kwargs) > .tox/py3.12-quart-v0.19/lib/python3.12.../flask/sansio/app.py:641: in add_url_rule > if "OPTIONS" not in methods and self.config["PROVIDE_AUTOMATIC_OPTIONS"]: > E KeyError: 'PROVIDE_AUTOMATIC_OPTIONS' > ```tests.integrations.quart.test_quart test_cli_commands_raise
Stack Traces | 0.001s run time
> > ```python > .../integrations/quart/test_quart.py:304: in test_cli_commands_raise > app = quart_app_factory() > .../integrations/quart/test_quart.py:32: in quart_app_factory > app = Quart(__name__) > .tox/py3.12-quart-latest/lib/python3.12.../site-packages/quart/app.py:338: in __init__ > self.add_url_rule( > .tox/py3.12-quart-latest/lib/python3.12.../flask/sansio/scaffold.py:47: in wrapper_func > return f(self, *args, **kwargs) > .tox/py3.12-quart-latest/lib/python3.12.../flask/sansio/app.py:641: in add_url_rule > if "OPTIONS" not in methods and self.config["PROVIDE_AUTOMATIC_OPTIONS"]: > E KeyError: 'PROVIDE_AUTOMATIC_OPTIONS' > ```
To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github
https://github.com/getsentry/sentry-python/pull/3780 i implemented my name-change suggestion here. also moved the should_send_default_pii() if include_tracing_fields is None else include_tracing_fields
check to a helper function with an explanatory comment. otherwise no changes
Closing in favor of https://github.com/getsentry/sentry-python/pull/3780
Before only data that was set in
on_record
was protected by our PII controls. Now also the span data that is add inon_new_span
is prtected by PII controls.Thank you for contributing to
sentry-python
! Please add tests to validate your changes, and lint your code usingtox -e linters
.Running the test suite on your PR might require maintainer approval. The AWS Lambda tests additionally require a maintainer to add a special label, and they will fail until this label is added.