MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / attributes.test.ts

File attributes.test.ts

packages/core/test/lib/attributes.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { attributeValueToTypedAttributeValue, isAttributeObject, serializeAttributes } from '../../src/attributes';
3
4describe('attributeValueToTypedAttributeValue', () => {

Callers

nothing calls this directly

Calls 3

isAttributeObjectFunction · 0.90
serializeAttributesFunction · 0.90

Tested by

no test coverage detected