Skip to content

Auto-Instrumentation Updates #6767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/connections/auto-instrumentation/configuration.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Signals Implementation Guide
title: Generate Events from Signals
hidden: true
---

This guide is a reference to configuring and using signals in the Signals SDK with Auto-Instrumentation. On this page, you'll find details on:
This guide is a reference to configuring, generating, and using signals in the Signals SDK with Auto-Instrumentation. On this page, you'll find details on:

- Setting up and managing signal types in the Signals SDK
- Creating custom rules to capture and translate signals into actionable analytics events
Expand Down
6 changes: 0 additions & 6 deletions src/connections/auto-instrumentation/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ Next, you'll need to verify signal emission and [create rules](/docs/connections

Segment displays `Rule updated successfully` to verify that it saved your rule.

## Step 4: Redeploy your application

After you've finished deploying your new rule(s), redeploy your application.

Redeployment ensures that the new rules are active and that your application can generate events from signals.

## Next steps

This guide walked you through initial Signals SDK/Auto-Instrumentation setup. Next, read the [Auto-Instrumentation Signals Implementation Guide](/docs/connections/auto-instrumentation/configuration/), which dives deeper into Signals and offers examples rules.
Loading