Skip to content

Commit

Permalink
Merge branch 'add-spans-copilot'
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Sep 8, 2024
2 parents 9b981f1 + bc794f3 commit 5f12432
Show file tree
Hide file tree
Showing 9 changed files with 565 additions and 38 deletions.
2 changes: 1 addition & 1 deletion App/FeatureSet/Docs/Content/copilot/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
--net=host oneuptime/copilot:release
```
#### Docker
#### Docker (with any CI/CD)
You can also run Copilot using docker. You can run this in any CI/CD of your choice.
Expand Down
2 changes: 1 addition & 1 deletion Common/Types/Copilot/CopilotActionProps/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class CopilotActionPropUtil {
}

if (actionType === CopilotActionType.ADD_SPANS) {
return CopilotActionPropType.Function;
return CopilotActionPropType.File;
}

if (actionType === CopilotActionType.ADD_METRICS) {
Expand Down
Loading

0 comments on commit 5f12432

Please sign in to comment.