Apps
Apps in the Workspace area (Admin) — route /workspace/apps.
Apps lives in the Workspace area of the dashboard, under Admin.
At a glance#
| Dashboard route | /workspace/apps |
| Area | Workspace (workspace) |
| Group | Admin |
| Platforms | Available for every app platform. |
What it does#
Apps is where the things you monitor are registered. Creating an app takes a name, a platform —
ios, android, react-native, flutter or web — and a bundle identifier. Existing apps can
be renamed or deleted.
The platform is not a label. It determines which dashboard pages exist for that app: a web app has no App start page and a native app has no Web Vitals. Every platform-gated page in the product resolves against this field.
When to use it#
Once per app, at the start. The decision worth thinking about is not whether to create an app but how many, because it determines what can be compared to what.
Workflow#
Set the platform correctly the first time
It governs which pages appear. Getting it wrong makes the dashboard look broken in a way that has nothing to do with your integration.
Use the real bundle identifier
It is how reports are matched to the app, and it is what symbol uploads key against.
Create an SDK key and integrate
The app is a container; nothing arrives until an SDK key is issued and used. See Install the SDK.
Permissions and prerequisites#
Creating and deleting apps requires ADMIN or OWNER. App creation is recorded in the
audit log.
Limits and edge cases#
Apps count toward plan limits. See Usage & billing.
The platform cannot be treated as cosmetic. Changing it changes which pages exist.
Renaming is safe. It does not affect the SDK key, the bundle identifier, or any collected data.
Troubleshooting#
A dashboard page I expected is missing. Check the app's platform — most likely the page is gated to the other one.
No data after integrating. Confirm the SDK key belongs to this app and this environment. A key from the wrong app reports successfully into somewhere you are not looking.
Where the data comes from#
Served by
Apps
Projects
Organizations