Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com>
  • Loading branch information
antonpirker and shanamatthews authored Sep 20, 2023
1 parent da892ef commit f260bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platforms/python/guides/flask/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ It takes a couple of moments for the data to appear in [sentry.io](https://sentr

After initialization:

- If you use `flask-login` and have set `send_default_pii=True` in your call to `init`, user data (current user id, email address, username) is attached to the event.
- Request data is attached to all events: **HTTP method, URL, headers, form data, JSON payloads**. Sentry excludes raw bodies and multipart file uploads.
- Logs emitted by `app.logger` or _any_ logger are recorded as breadcrumbs by the [Logging](/platforms/python/guides/logging/) integration (this integration is enabled by default).
- If you use `flask-login` and set `send_default_pii=True` in your call to `init`, user data (current user id, email address, username) will be attached to the event.
- Request data will be attached to all events: **HTTP method, URL, headers, form data, JSON payloads**. Sentry excludes raw bodies and multipart file uploads.
- Logs emitted by `app.logger` or _any_ logger will be recorded as breadcrumbs by the [Logging](/platforms/python/guides/logging/) integration (this integration is enabled by default).

## Options

Expand Down

0 comments on commit f260bdb

Please sign in to comment.