Skip to content

Commit

Permalink
chore: Update smoke tests to use enhanced auth flow (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiah committed Apr 15, 2024
1 parent 1da86e7 commit d8b2b05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion smoke/smoke-test-application-NPM-CJS/src/loader-npm-rum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ let awsRum;
try {
const config: AwsRumConfig = {
sessionSampleRate: 1,
guestRoleArn: $GUEST_ARN,
identityPoolId: $IDENTITY_POOL,
endpoint: $ENDPOINT,
telemetries: ['performance', 'errors', 'http', 'interaction'],
Expand Down
1 change: 0 additions & 1 deletion smoke/smoke-test-application-NPM-ES/src/loader-npm-rum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let awsRum;
try {
const config: AwsRumConfig = {
sessionSampleRate: 1,
guestRoleArn: $GUEST_ARN,
identityPoolId: $IDENTITY_POOL,
endpoint: $ENDPOINT,
telemetries: ['performance', 'errors', 'http', 'interaction'],
Expand Down

0 comments on commit d8b2b05

Please sign in to comment.