Skip to content

Commit cd598ab

Browse files
authored
Fix label name for service_git_ref (#454)
1 parent dfd147d commit cd598ab

File tree

1 file changed

+1
-1
lines changed
  • src/pages/ProfilesExplorerView/components/SceneExploreServiceFlameGraph/components/SceneFunctionDetailsPanel/ui

1 file changed

+1
-1
lines changed

src/pages/ProfilesExplorerView/components/SceneExploreServiceFlameGraph/components/SceneFunctionDetailsPanel/ui/GitHubIntegrationBanner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const GitHubIntegrationBanner = ({ onDismiss }: GitHubIntegrationBannerPr
1313
</p>
1414
<p>
1515
To activate this feature, you will need to add two new labels when sending profiles{' '}
16-
<code>service_repository</code> and <code>service_ref</code>.{' '}
16+
<code>service_repository</code> and <code>service_git_ref</code>.{' '}
1717
</p>
1818
<p>
1919
They should respectively be set to the full repository GitHub URL and the current{' '}

0 commit comments

Comments
 (0)