Skip to content
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

Fix plan note bug #5129

Merged
merged 2 commits into from
Aug 3, 2023
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
2 changes: 2 additions & 0 deletions src/_data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ items:
add-on: false
- product_display_name: Audit Trail
slug: audit-trail
plan-note: "Audit Trail is available as an add-on for customers with the Business plan."
plans:
free: false
team: false
Expand Down Expand Up @@ -154,3 +155,4 @@ items:
team: true
business: true
add-on: false

2 changes: 1 addition & 1 deletion src/segment-app/iam/audit-trail.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Audit Trail
plan: audit-trail
---
{% include content/plan-grid.md name="audit-trail" %}

Segment offers an in-app 90 day Audit Trail for Business Tier accounts. If you are a Workspace Owner, you view user and system activity in your workspace settings, in the "Audit Trail" tab under "Admin".

Expand Down
Loading