designcourse
designcourse copied to clipboard
Expose Site type
Motivation
Without this type it's not possible to create intermediary types for Datadog configuration in my application.
Changes
It exposes the Site type from the core package.
I have gone over the contributing documentation.
Hi @ludwigbacklund, aren't you able to use RumInitConfiguration['site'] instead?
Hi @ludwigbacklund, aren't you able to use
RumInitConfiguration['site']instead?
Ah yeah that works! I think the Site type would make sense to expose though, but it's up to you.