Skip to content

Commit

Permalink
Update resolved analytics URL (#3101)
Browse files Browse the repository at this point in the history
It's now `tel.rerun.io` all the way.

```
curl -Lv http://tel.rerun.io 2>&1 | rg Location:
< Location: https://tel.rerun.io:443/
```

### What

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/{{
pr.number }}) (if applicable)

- [PR Build Summary](https://build.rerun.io/pr/{{ pr.number }})
- [Docs preview](https://rerun.io/preview/{{ pr.commit }}/docs)
<!--DOCS-PREVIEW-->
- [Examples preview](https://rerun.io/preview/{{ pr.commit }}/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://ref.rerun.io/dev/bench/)
- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
  • Loading branch information
teh-cmc authored Aug 25, 2023
1 parent c2c982a commit 204e2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_analytics/src/sink_native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl PostHogSink {
}
};

// 2023-02-26 the resolved URL was https://eu.posthog.com/capture (in Europe)
// 2023-08-25 the resolved URL was https://tel.rerun.io/

Ok(resolved_url)
})
Expand Down

0 comments on commit 204e2e3

Please sign in to comment.