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 8c2589b commit 5fbd500Copy full SHA for 5fbd500
packages/core/src/auth/refreshStampedToken.ts
@@ -58,7 +58,7 @@ function createTokenRefreshStream(
58
return new Observable((subscriber) => {
59
const client = clientFactory({
60
apiVersion: DEFAULT_API_VERSION,
61
- requestTagPrefix: 'sdk.token-refresh',
+ requestTagPrefix: 'token-refresh',
62
useProjectHostname: false,
63
useCdn: false,
64
token,
packages/core/src/projection/util.ts
@@ -1,6 +1,6 @@
1
import {type ValidProjection} from './types'
2
3
-export const PROJECTION_TAG = 'sdk.projection'
+export const PROJECTION_TAG = 'projection'
4
export const PROJECTION_PERSPECTIVE = 'raw'
5
export const PROJECTION_STATE_CLEAR_DELAY = 1000
6
0 commit comments