Skip to content

Commit

Permalink
style: 🚨 remove unused AppState type
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jan 20, 2025
1 parent 2cbfdd9 commit 3c5071c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { coreSpanOptionSchema, isString, isObject } from '@bugsnag/core-performance'
import type { InternalConfiguration, Plugin, Span, SpanFactory, SpanOptionSchema, Time, AppState, SetAppState } from '@bugsnag/core-performance'
import type { InternalConfiguration, Plugin, SetAppState, Span, SpanFactory, SpanOptionSchema, Time } from '@bugsnag/core-performance'
import { coreSpanOptionSchema, isObject, isString } from '@bugsnag/core-performance'
import type { BrowserConfiguration } from '../config'
import { defaultRouteResolver } from '../default-routing-provider'
import type { RouteChangeSpanEndOptions, RouteChangeSpanOptions } from '../routing-provider'
import { getPermittedAttributes } from '../send-page-attributes'
import { defaultRouteResolver } from '../default-routing-provider'

// exclude isFirstClass from the route change option schema
const { startTime, parentContext, makeCurrentContext } = coreSpanOptionSchema
Expand Down

0 comments on commit 3c5071c

Please sign in to comment.