Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Once these spans are found, the following must also hold true:

If Sentry isn't detecting a consecutive DB issue where you expect one, it's probably because the transaction didn't meet one of the above criteria.

You can configure detector thresholds for Consecutive DB Queries issues in **Project Settings > Performance**:
You can configure detector thresholds for Consecutive DB Queries issues in **Project Settings > Performance**.

![Consecutive DB Queries detector threshold settings](./img/consecutive-db-detector-settings.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Once these spans are found, the following must also hold true:

If Sentry doesn't detect a Consecutive HTTP issue where you expect one, it's probably because the transaction didn't meet one of the above criteria.

You can configure detector thresholds for Consecutive HTTP issues in **Project Settings > Performance**:
You can configure detector thresholds for Consecutive HTTP issues in **Project Settings > Performance**.

![Consecutive HTTP detector threshold settings](./img/consecutive-http-threshold-settings.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The main UI thread in a mobile application handles user interface events such as

The detector for this performance issue looks at the total non-overlapping duration for file I/O spans. If it exceeds 16ms, a performance issue is created.

You can configure detector thresholds for file I/O on main thread issues in **Project Settings > Performance**:
You can configure detector thresholds for file I/O on main thread issues in **Project Settings > Performance**.

![File I/O on Main Thread detector threshold settings](./img/file-main-thread-io-detector-settings.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The detector for this performance issue looks at singular database spans with th
Keep in mind, an issue won't be created unless the query in question is _consistently_ taking longer than `500ms`. More specifically, the issue will be created only if the same query is detected as a slow query
100 times. The counter resets after 24 hours without detecting the slow query.

You can configure detector thresholds for Slow DB Query issues in **Project Settings > Performance**:
You can configure detector thresholds for Slow DB Query issues in **Project Settings > Performance**.

![Slow DB Query detector threshold settings](./img/slow-db-queries-detector-settings.png)

Expand Down
Loading