We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0532f8a commit 0ea2cdbCopy full SHA for 0ea2cdb
packages/core/src/integrations/supabase.ts
@@ -435,7 +435,7 @@ function instrumentPostgrestQueryBuilder(PostgrestQueryBuilder: new () => Postgr
435
}
436
437
// We need to wrap _all_ operations despite them sharing the same `PostgrestFilterBuilder`
438
- // constructor, as we don't know which method will be called first, an we don't want to miss any calls.
+ // constructor, as we don't know which method will be called first, and we don't want to miss any calls.
439
for (const operation of AVAILABLE_OPERATIONS) {
440
instrumented.set(PostgrestQueryBuilder, {
441
[operation]: (PostgrestQueryBuilder.prototype as Record<string, unknown>)[
0 commit comments