public: feature pages

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-07 16:42:02 +00:00
parent ed8b5c667e
commit 6ce9b5dd1b
127 changed files with 3140 additions and 81 deletions

View File

@@ -55,7 +55,7 @@ tracker = OpenPanel::SDK::Tracker.new
Additional Ruby-specific options:
- `disabled` - Set to `true` to disable all event tracking
- `disabled` - Set to `true` to disable all [event tracking](/features/event-tracking)
- `env` - Environment name (e.g., `Rails.env.to_s`)
```ruby