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.
create*Client
x-client-info
1 parent 9524528 commit f271accCopy full SHA for f271acc
src/createBrowserClient.ts
@@ -127,7 +127,7 @@ export function createBrowserClient<
127
...options?.global,
128
headers: {
129
...options?.global?.headers,
130
- "X-Client-Info": `supabase-ssr/${VERSION}`,
+ "X-Client-Info": `supabase-ssr/${VERSION} createBrowserClient`,
131
},
132
133
auth: {
src/createServerClient.ts
@@ -159,7 +159,7 @@ export function createServerClient<
159
160
161
162
+ "X-Client-Info": `supabase-ssr/${VERSION} createServerClient`,
163
164
165
0 commit comments