robdavey555 / Blazed.ApplicationInsights

ApplicationInsights for Blazor
MIT License
6 stars 3 forks source link

Please consider using static assets packaged in your class library #6

Closed sven5 closed 4 years ago

sven5 commented 4 years ago

For convenience, please consider package any static assets (js file) in your component library.

Have a look at the following resources:

This way, the consumer doesn't need to manually copy&paste any js code in their static assets.