Skip to content

Commit d0a18eb

Browse files
committed
update trace origin
1 parent 3df9151 commit d0a18eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dart/lib/src/sentry_trace_origins.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SentryTraceOrigins {
1818
'auto.db.sqflite.database_executor';
1919
static const autoDbSqfliteDatabaseFactory =
2020
'auto.db.sqflite.database_factory';
21-
static const autoDbDriftQueryExecutor = 'auto.db.drift.database.executor';
21+
static const autoDbDriftQueryExecutor = 'auto.db.drift.query.executor';
2222
static const autoDbDriftTransactionExecutor =
2323
'auto.db.drift.transaction.executor';
2424
}

0 commit comments

Comments
 (0)