Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fixup! feat(cloudflare): Support tracing for queue producer
  • Loading branch information
JPeer264 committed May 5, 2026
commit 6ff3fc1cd8469b9f699efe875b814ab397a6b11f
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ describe('instrumentWorkerEntrypoint', () => {
);
Reflect.construct(instrumented, [mockContext, mockEnv]);

expect(constructorEnv).toBe(mockEnv);
expect(constructorEnv).toStrictEqual(mockEnv);
});

it('exposes instrumented DurableObjectNamespace via this.env when enableRpcTracePropagation is enabled', async () => {
Expand Down