Skip to content

Commit

Permalink
chore: prebuilds for sharedmatrics darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Oct 17, 2024
1 parent c0a61e9 commit 4b4b126
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/test/tracing/supportedVersion_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('supported versions for Node.js auto tracing', () => {
expect(supportedTracingVersion('20.0.0')).to.equal(true);
expect(supportedTracingVersion('21.2.0')).to.equal(true);
expect(supportedTracingVersion('22.0.0')).to.equal(true);
expect(supportedTracingVersion('23.0.0')).to.equal(true);
});

it('must report various Node.js versions as not supported', () => {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 4b4b126

Please sign in to comment.