public: feature pages
This commit is contained in:
@@ -61,7 +61,7 @@ val op = OpenPanel.create(
|
||||
Additional Kotlin-specific options:
|
||||
|
||||
- `filter` - A function that will be called before tracking an event. If it returns false, the event will not be tracked
|
||||
- `disabled` - Set to `true` to disable all event tracking
|
||||
- `disabled` - Set to `true` to disable all [event tracking](/features/event-tracking)
|
||||
- `automaticTracking` - Set to `true` to automatically track app lifecycle events
|
||||
- `verbose` - Set to `true` to enable verbose logging
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ op = OpenPanel(
|
||||
Additional Python-specific options:
|
||||
|
||||
- `filter` - A function that will be called before tracking an event. If it returns false the event will not be tracked
|
||||
- `disabled` - Set to `True` to disable all event tracking
|
||||
- `disabled` - Set to `True` to disable all [event tracking](/features/event-tracking)
|
||||
- `global_properties` - Dictionary of properties that will be sent with every event
|
||||
|
||||
#### Filter Function Example
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -69,7 +69,7 @@ OpenPanel.initialize(options: .init(
|
||||
Additional Swift-specific options:
|
||||
|
||||
- `filter` - A closure that will be called before tracking an event. If it returns false, the event will not be tracked
|
||||
- `disabled` - Set to `true` to disable all event tracking
|
||||
- `disabled` - Set to `true` to disable all [event tracking](/features/event-tracking)
|
||||
- `automaticTracking` - Set to `true` to automatically track app lifecycle events
|
||||
|
||||
#### Filter Example
|
||||
|
||||
Reference in New Issue
Block a user