We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c13457 commit 88273a9Copy full SHA for 88273a9
relay/event.schema.json
@@ -2984,12 +2984,22 @@
2984
"anyOf": [
2985
{
2986
"type": "object",
2987
- "required": [
2988
- "profile_id"
2989
- ],
2990
"properties": {
2991
"profile_id": {
2992
"description": " The profile ID.",
+ "default": null,
+ "anyOf": [
+ {
2993
+ "$ref": "#/definitions/EventId"
2994
+ },
2995
2996
+ "type": "null"
2997
+ }
2998
+ ]
2999
3000
+ "profiler_id": {
3001
+ "description": " The profiler ID.",
3002
3003
3004
3005
"$ref": "#/definitions/EventId"
0 commit comments