Skip to content
Merged
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
4 changes: 2 additions & 2 deletions includes/dart-integrations/sqflite-instrumentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ Future<void> sqfliteTest() async {

### 2. View the Transaction on Sentry

To view the recorded transaction, log into [sentry.io](https://sentry.io) and open your project.
Clicking **Performance** will open a page with transactions, where you can select the just recorded transaction with the name `sqfliteTest`.
To view the recorded transaction, log into [sentry.io](https://sentry.io) and open your project (via main navigation menu Insights > Projects).
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`.
Loading