Skip to content

Commit 3ab0ace

Browse files
committed
Remove trailing slash
1 parent 6cc14db commit 3ab0ace

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/platforms/javascript/common/configuration/integrations/launchdarkly.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ notSupported:
2121
- javascript.wasm
2222
---
2323

24-
<PlatformContent includePath="feature-flags/prerelease-alert/" />
24+
<PlatformContent includePath="feature-flags/prerelease-alert" />
2525

2626
<Alert level="info">
2727

docs/platforms/javascript/common/configuration/integrations/openfeature.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ notSupported:
2121
- javascript.wasm
2222
---
2323

24-
<PlatformContent includePath="feature-flags/prerelease-alert/" />
24+
<PlatformContent includePath="feature-flags/prerelease-alert" />
2525

2626
<Alert level="info">
2727

docs/platforms/javascript/common/feature-flags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ notSupported:
2222
description: With Feature Flags, Sentry tracks flag evaluations in your application and reports their state on error. Sentry will also record an audit log of feature flag changes and report any suspicious changes that may have triggered an error.
2323
---
2424

25-
<PlatformContent includePath="feature-flags/prerelease-alert/" />
25+
<PlatformContent includePath="feature-flags/prerelease-alert" />
2626

2727
## Prerequisites
2828

docs/platforms/python/feature-flags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 5200
44
description: With Feature Flags, Sentry tracks flag evaluations in your application and reports their state on error. Sentry will also record an audit log of feature flag changes and report any suspicious changes that may have triggered an error.
55
---
66

7-
<PlatformContent includePath="feature-flags/prerelease-alert/" />
7+
<PlatformContent includePath="feature-flags/prerelease-alert" />
88

99
## Prerequisites
1010

docs/platforms/python/integrations/launchdarkly/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LaunchDarkly
33
description: "Learn about the LaunchDarkly integration and how to add it to your integrations list."
44
---
55

6-
<PlatformContent includePath="feature-flags/prerelease-alert/" />
6+
<PlatformContent includePath="feature-flags/prerelease-alert" />
77

88
The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag evaluations produced by the LaunchDarkly SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis.
99

docs/platforms/python/integrations/openfeature/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OpenFeature
33
description: "Learn about the OpenFeature integration and how to add it to your integrations list."
44
---
55

6-
<PlatformContent includePath="feature-flags/prerelease-alert/" />
6+
<PlatformContent includePath="feature-flags/prerelease-alert" />
77

88
The [OpenFeature](https://openfeature.dev/) integration tracks feature flag evaluations produced by the OpenFeature SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis.
99

docs/product/explore/feature-flags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 100
44
description: "Learn how to set up and interact with Sentry's feature flag evaluation tracking and feature flag change tracking."
55
---
66

7-
<PlatformContent includePath="feature-flags/prerelease-alert/" />
7+
<PlatformContent includePath="feature-flags/prerelease-alert" />
88

99
Enabling a feature flag integration gives you deep insights into the state of your application prior to failure. A list of flags and their evaluation results are displayed on each error event. Integrating Sentry with your feature flag provider enables Sentry to correlate feature flag changes with new error events and mark certain changes as suspicious.
1010

0 commit comments

Comments
 (0)