Skip to content

Commit

Permalink
Merge pull request #260 from Nizernizer/bug/issue-250
Browse files Browse the repository at this point in the history
Change version to 1.3.1
  • Loading branch information
exexute committed Feb 23, 2022
2 parents c8b2b64 + 80a25cf commit 73e80f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public static synchronized void uninstall() {
*/
private static void install(final Instrumentation inst) {
IastProperties iastProperties = IastProperties.getInstance();
DongTaiLog.info("Current DongTai Java Agent version: "+Constant.AGENT_VERSION_VALUE);
DongTaiLog.info("try to register agent to: " + iastProperties.getBaseUrl());
Boolean send = AgentRegisterReport.send();
if (send) {
Expand Down

0 comments on commit 73e80f2

Please sign in to comment.