designcourse icon indicating copy to clipboard operation
designcourse copied to clipboard

Expose Site type

Open ludwigbacklund opened this issue 8 months ago • 3 comments

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.

ludwigbacklund avatar Mar 23 '25 12:03 ludwigbacklund

CLA assistant check
All committers have signed the CLA.

bits-bot avatar Mar 23 '25 12:03 bits-bot

Hi @ludwigbacklund, aren't you able to use RumInitConfiguration['site'] instead?

thomas-lebeau avatar Mar 24 '25 13:03 thomas-lebeau

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.

ludwigbacklund avatar Mar 25 '25 14:03 ludwigbacklund