Skip to content

Commit 8920257

Browse files
authored
Update sqflite-instrumentation.mdx (#14802)
Clarifying how to get to transactions page ## DESCRIBE YOUR PR I am proposing this PR on a documentation page section whose existing text visibly no longer reflects the current situation. ## IS YOUR CHANGE URGENT? - [x ] None: Not urgent, can wait up to 1 week+
1 parent bba94f7 commit 8920257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/dart-integrations/sqflite-instrumentation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ Future<void> sqfliteTest() async {
135135

136136
### 2. View the Transaction on Sentry
137137

138-
To view the recorded transaction, log into [sentry.io](https://sentry.io) and open your project.
139-
Clicking **Performance** will open a page with transactions, where you can select the just recorded transaction with the name `sqfliteTest`.
138+
To view the recorded transaction, log into [sentry.io](https://sentry.io) and open your project (via main navigation menu Insights > Projects).
139+
Clicking **View Transactions** (in _Quick Links_ section) will open a page with transactions, where you can select the just recorded transaction with the name `sqfliteTest`.

0 commit comments

Comments
 (0)