Skip to content

Commit

Permalink
chore: add traces
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlaud committed Feb 4, 2025
1 parent 53b1431 commit 368934b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/server/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const socket = ({ server, loadedServerOpts }): SocketHandler => {
req.headers['Authorization'] ?? req.headers['authorization'];
const brokerClientId = req.headers['x-snyk-broker-client-id'] ?? null;
const role = req.headers['x-snyk-broker-client-role'] ?? null;
console.log(req.headers['Authorization'])
if (
(!authHeader ||
!authHeader.toLowerCase().startsWith('bearer') ||
Expand Down

0 comments on commit 368934b

Please sign in to comment.