zed/crates/client
Marshall Bowers b0a9005163
client: Send telemetry events with Content-Type: application/json (#18886)
This PR updates the telemetry events sent to collab to use
`Content-Type: application/json` instead of `Content-Type: text/plain`.

The POST bodies are JSON, so `application/json` is the correct MIME
type.

I suspect the `text/plain` is a remnant from when the events were still
going through Vercel.

Release Notes:

- N/A
2024-10-08 20:25:07 -04:00
..
src client: Send telemetry events with Content-Type: application/json (#18886) 2024-10-08 20:25:07 -04:00
Cargo.toml Replace isahc with async ureq (#18414) 2024-10-02 12:30:48 -07:00
LICENSE-GPL