Skip to content

Commit

Permalink
Makes fluid app insights logger not private and changes the scope fro…
Browse files Browse the repository at this point in the history
…m fluid-internal to fluidframework (#18239)

Makes fluid app insights logger not private and changes the scope from
fluid-internal to fluidframework
  • Loading branch information
seanimam authored Nov 10, 2023
1 parent 96239d2 commit 902c55a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions feeds/internal-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
fluid-framework
@fluidframework/dds-interceptions
@fluidframework/data-object-base
@fluidframework/app-insights-logger
@fluid-experimental/attributor
@fluidframework/aqueduct
@fluidframework/agent-scheduler
Expand Down
1 change: 1 addition & 0 deletions feeds/internal-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
fluid-framework
@fluidframework/dds-interceptions
@fluidframework/data-object-base
@fluidframework/app-insights-logger
@fluid-experimental/attributor
@fluidframework/aqueduct
@fluidframework/agent-scheduler
Expand Down
1 change: 1 addition & 0 deletions feeds/public.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
fluid-framework
@fluidframework/dds-interceptions
@fluidframework/data-object-base
@fluidframework/app-insights-logger
@fluid-experimental/attributor
@fluidframework/aqueduct
@fluidframework/agent-scheduler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @fluid-internal/app-insights-logger
# @fluidframework/app-insights-logger

## Overview

Expand All @@ -21,7 +21,7 @@ In our case, we are sending custom metrics. [Learn more about Azure App Insights
To get started, install the package by running the following command:

```bash
npm i @fluid-internal/app-insights-logger
npm i @fluidframework/app-insights-logger
```

<!-- prettier-ignore-end -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## API Report File for "@fluid-internal/app-insights-logger"
## API Report File for "@fluidframework/app-insights-logger"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@fluid-internal/app-insights-logger",
"name": "@fluidframework/app-insights-logger",
"version": "2.0.0-internal.7.3.0",
"private": true,
"description": "Contains a Fluid logging client that sends telemetry events to Azure App Insights",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down

0 comments on commit 902c55a

Please sign in to comment.