Skip to content

Commit

Permalink
Merge pull request #1609 from Logflare/staging
Browse files Browse the repository at this point in the history
v1.3.17 release
  • Loading branch information
Ziinc authored Jul 5, 2023
2 parents 1f94e42 + f1190ea commit 1606f06
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.16
1.3.17
39 changes: 38 additions & 1 deletion priv/supabase/ingest_samples/gotrue.logs.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,44 @@
"msg": "request started",
"path": "/user",
"remote_addr": "152.26.89.239",
"timestamp": "2023-03-23T14:36:26Z"
"timestamp": "2023-03-23T14:36:26Z",
"action": "some action",
"args": ["arg"],
"auth_event": {
"action": "action",
"actor_id": "123-123",
"actor_name": "some name",
"actor_username": "some username",
"actor_via_sso": false,
"log_type": "some type",
"traits": {
"channel": "some channel",
"provider": "google",
"user_email": "[email protected]",
"user_id": "123-123",
"user_phone": "123-123"
}
},
"client_id": "123-123",
"duration": "123sec",
"error": "some error",
"factor_id": "123-123",
"header": "some header",
"instance_id": "123-123-123",
"issuer": "some issuer",
"project": "some123ref",
"metering": false,
"message": "some message",
"login_method": "some method",
"provider": "google",
"referer": "example.com",
"remote_addr": "123.123.123",
"request_id": "123-123",
"source_type": "some type",
"status": "some status",
"time": "2023-03-23T14:36:26Z",
"timestamp": "2023-03-23T14:36:26Z",
"user_id": "123-123"
},
"project": "default"
}

0 comments on commit 1606f06

Please sign in to comment.