Skip to content

Commit 5fbd500

Browse files
authored
fix: fixes request tags (#593)
1 parent 8c2589b commit 5fbd500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/auth/refreshStampedToken.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function createTokenRefreshStream(
5858
return new Observable((subscriber) => {
5959
const client = clientFactory({
6060
apiVersion: DEFAULT_API_VERSION,
61-
requestTagPrefix: 'sdk.token-refresh',
61+
requestTagPrefix: 'token-refresh',
6262
useProjectHostname: false,
6363
useCdn: false,
6464
token,

packages/core/src/projection/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {type ValidProjection} from './types'
22

3-
export const PROJECTION_TAG = 'sdk.projection'
3+
export const PROJECTION_TAG = 'projection'
44
export const PROJECTION_PERSPECTIVE = 'raw'
55
export const PROJECTION_STATE_CLEAR_DELAY = 1000
66

0 commit comments

Comments
 (0)