Skip to content

Commit 2932733

Browse files
committed
fix rebase
1 parent f8b2005 commit 2932733

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core/test/lib/utils/applyScopeDataToEvent.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ describe('applyScopeDataToEvent', () => {
187187
expect(event.transaction).toBe('/users/:id');
188188
});
189189

190-
<<<<<<< HEAD
191190
it('applies the root span name to transaction events', () => {
192191
const data: ScopeData = {
193192
eventProcessors: [],
@@ -220,9 +219,6 @@ describe('applyScopeDataToEvent', () => {
220219
});
221220

222221
it("doesn't apply the root span name to non-transaction events", () => {
223-
=======
224-
it("doesn't the root span name to non-transaction events", () => {
225-
>>>>>>> 45b7d13a2 (feat(core): Decouple `scope.transactionName` from root spans)
226222
const data: ScopeData = {
227223
eventProcessors: [],
228224
breadcrumbs: [],

0 commit comments

Comments
 (0)