Skip to content

Commit ea1e77a

Browse files
nicohrubecclaude
andcommitted
test(node): Expect attachStacktrace default in NodeClient metadata test
The exact-match getOptions() assertion now needs the attachStacktrace: true default injected by the base Client constructor. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 24699b5 commit ea1e77a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/node/test/sdk/client.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe('NodeClient', () => {
2929
const client = new NodeClient(options);
3030

3131
expect(client.getOptions()).toEqual({
32+
attachStacktrace: true,
3233
dsn: expect.any(String),
3334
integrations: [],
3435
transport: options.transport,

0 commit comments

Comments
 (0)