This repository was archived by the owner on Aug 14, 2024. It is now read-only.
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Document how to write a SQL integration #653
Open
Description
SQL integrations such as Entity Framework, Core Data or Room create breadcrumbs and spans (for performance monitoring).
The operations involved in such integration are documented: https://develop.sentry.dev/sdk/performance/span-operations/#database
The docs should mention:
- The query shouldn't include the value of parameters because those could include PII
- If a query can't be created with the parameter names, use
?
as a value instead (what was done on Room) - Optionally add the parameter name and value to
data
ifsendDefaultPii
is true.
Metadata
Metadata
Assignees
Type
Projects
Status
Done