Dheeraj
Dheeraj
Release Notes: Fixes #8209. Defaults to env logger in case of open/access failure. - OpenLog action shows a nice toast notification to user that indicates access/open failure. Screenrecording: https://github.com/zed-industries/zed/assets/31967125/644f3524-e680-457c-bf4c-a7f11f3ec8db
Post events
### Description Implement the post events feature to collect data after completion of event. ### Type of Change: - [x] New feature (non-breaking change which adds functionality)
**What this PR does / why we need it**: authentication token is composed of a presigned URL to an STS endpoint. This sts endpoint is simply `curl`ed to verify token....