Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Sep 1, 2022
1 parent c41f5a6 commit c508923
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,9 @@ class SourceMarkerPlugin(val project: Project) {
),
project
)

config.notifiedConnection = true
projectSettings.setValue("sourcemarker_plugin_config", Json.encode(config))
} else if (resp.statusCode() == 405) {
//found skywalking OAP server
if (ssl) {
Expand Down

0 comments on commit c508923

Please sign in to comment.