Skip to content

Configuration options for smallest footprint? #4713

Answered by philipphofmann
steviec asked this question in Q&A

You must be logged in to vote

You could add using only the Crash and Breadcrumb integration with this

options.integrations = Sentry.Options.defaultIntegrations().filter { name in
    name == "SentryCrashIntegration" || name == "SentryAutoBreadcrumbTrackingIntegration"
}

That's the smallest you can go right now. If this is still not enough, we could improve the overall footprint of the SDK, which is a major initiative and would take some time.

Replies: 1 comment 13 replies

You must be logged in to vote
13 replies
@steviec

@philprime

@steviec

@philipphofmann

@steviec

Answer selected by steviec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants