Skip to content

Commit

Permalink
Added telemetry tracking for oauth2 setup flow
Browse files Browse the repository at this point in the history
  • Loading branch information
srkgupta committed Apr 3, 2023
1 parent 93ff5d4 commit 1bdf374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/setup_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ func (p *Plugin) stepCloudOAuthConfigure() flow.Step {
},
OnDialogSubmit: p.submitCreateCloudOAuthInstance,
}).
OnRender(p.trackSetupWizard("setup_wizard_cloud_oauth2_start", nil)).
WithButton(cancelButton)
}

Expand All @@ -381,6 +382,7 @@ func (p *Plugin) stepCloudOAuthSetCallbackURL() flow.Step {
"2. Next to OAuth 2.0 (3LO), select **Configure** and set the Callback URL as follows:\n" +
" `{{.OAuthCompleteURL}}`\n" +
"3. Click **Save Changes**.\n").
OnRender(p.trackSetupWizard("setup_wizard_cloud_oauth2_comple", nil)).
WithButton(continueButton(stepInstalledJiraApp))
}

Expand Down

0 comments on commit 1bdf374

Please sign in to comment.