()
| 77 | |
| 78 | describe('ignoreSpans', () => { |
| 79 | function getIgnoreSpans(): NonNullable<SentryVercelEdge.VercelEdgeOptions['ignoreSpans']> { |
| 80 | const callArgs = vercelEdgeInit.mock.calls[0]?.[0] as SentryVercelEdge.VercelEdgeOptions; |
| 81 | return callArgs.ignoreSpans ?? []; |
| 82 | } |
| 83 | |
| 84 | it('appends the TRANSACTION_ATTR_SHOULD_DROP_TRANSACTION attribute filter', () => { |
| 85 | init({}); |