You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/self-hosted/index.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ The difference only resides on a few things that are impossible to be hosted by
20
20
- Seer and other AI & ML features, although the code is open at [getsentry/seer](https://github.com/getsentry/seer).
21
21
-[Data Storage Location](https://docs.sentry.io/organization/data-storage-location/), because you own your data.
22
22
-[iOS Symbolication](https://docs.sentry.io/platforms/apple/data-management/debug-files/symbol-servers#built-in-repositories), because Apple does not provide a public symbol server, nor do they allow us to distribute the Debug Information Files (DIFs) ourselves.
23
+
- Android system symbols, with symbols collected using its [symbol-collector service](https://github.com/getsentry/symbol-collector/), but cannot be redestributed. This helps give better quality stack traces for native Android crashes.
24
+
-[PlayStation](https://docs.sentry.io/platforms/playstation/) support involves components part of a partnership with Sony which cannot be made public or redistributed.
23
25
24
26
To put things simply, consider self-hosted as the Business plan without any software limitations and no paid tier.
0 commit comments