We've got varying support for replay features across our SDKs and no one place to keep track of them.
Let's have this one place
(not all of these will make sense on all SDKs maybe)
| feature |
web |
android |
ios |
RN |
flutter |
notes |
| debug properties on events |
✅ |
[] |
[] |
[] |
[] |
|
| log capture |
✅ |
✅ |
✅ |
✅ |
[] |
|
| canvas capture |
✅ |
N/A |
N/A |
N/A |
✅ |
If you're using the canvaskit renderer on Flutter Web, you must also enable canvas capture |
| network call capture |
✅ |
✅ |
✅ |
✅ |
[] |
RN only on iOS |
| header/body capture |
✅ |
[] |
[] |
[] |
[] |
|
| remote masking config |
✅ |
[] |
[] |
[] |
[] |
|
| manual start/stop |
✅ |
✅ |
✅ |
✅ |
✅ |
|
| start on URL match |
✅ |
[N/A] |
[N/A] |
[N/A] |
[] |
|
| start on event |
✅ |
✅ |
✅ |
[] |
[] |
|
| sampling |
✅ |
✅ |
✅ |
✅ |
✅ |
|
| start on linked flag |
✅ |
✅ |
✅ |
✅ |
✅ |
|
| minimum duration |
✅ |
PR |
✅ |
[] |
[] |
|
| maximum duration (24 hours) |
✅ |
PR |
✅ |
✅ |
[] |
|
| active idle tracking session rotation |
✅ |
✅ |
✅ |
✅ |
[] |
|
| pause on URL match |
✅ |
N/A |
N/A |
N/A |
[] |
|
We've got varying support for replay features across our SDKs and no one place to keep track of them.
Let's have this one place
(not all of these will make sense on all SDKs maybe)