-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(integrations) Fix missing identity link on re-install (#13450)
In a previous change I was trying to be careful and avoid overwriting `default_auth_id` when it wasn't required. I missed a scenario where a user: 1. Builds an integration. 2. Disconnects the integration, but keeps their Identity record & Integration records. 3. Reconnects the integration. In this flow the new OrganizationIntegration would lack an `default_auth_id` attribute as the Identity was not new. Refs SEN-703 Fixes SENTRY-8Y9 Fixes SENTRY-AJQ
- Loading branch information
Showing
2 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters