Admin: Feature Guide¶
Members¶
Use the Members tab to invite your team members on bitdrift to work faster and collaborate more easily together. Manage their access rights and roles from this panel.
To add a member simply click the 'Add a Member' button. In the popup window enter the member's name and email, and assign a role.
All Company members are listed in the table on the Members tab. To change a member's role simply select the roles you want to assign from the dropdown menu next to the member's name in the table. Use the trash and pencil icons to delete and modify details, respectively.
Roles Explained¶
- Admin: This role allows a user view/modify members, edit/stop/start any workflow, and view/modify SDK keys.
- Workflow Analyst: This role allows a user to view any workflow, and edit/stop/start any workflows the user owns.
SDK Keys¶
SDK keys authenticate connections from the Capture SDK in your apps. Keys are scoped to an application ID (applicationId in Android or bundle identifier in iOS), so each key maps to a specific app. Keys can also be scoped to multiple apps using a regex that matches multiple application IDs. This allows you to create separate keys for environments or developer builds as needed.
To create a key, click the Generate SDK Key button. Choose and name and enter a regex that matches your App ID Pattern (e.g. comp.mycompany.*). We do not recommend using "*" as your pattern
To revoke and SDK Key, find the key in the table and hit the delete icon to the right.
Integrations¶
Use the Integrations tab to connect Slack to send alerts to your workspace.
To integrate with Slack, simply hit the Connect button, authenticate with your workspace and allow when prompted.
Do disconnect, simply hit the Disconnect button.
Notification Groups¶
Use the Notification Groups tab to link Slack channels for alerting. For more information see the Alerts Feature Guide.
To create a group, click the "Create a New Group" button. Give the group a name a select a Slack Channel from the dropdown.
Issue Grouping (Android In-App Detection)¶
In order to detect which frames in a stack trace belong to your app, bitdrift automatically looks for fully qualified function names that start with your applicationId/packageName. For more information on how to customize this logic visit the Issues Feature Guide.