Satislikev

Results 1 issues of Satislikev

Currently adding server metadata is only possible using java configuration example: ``` java new ConfigBuilder.withAccessToken(accessToken) .environment(hostConfiguration.getEnvironment()) .handleUncaughtErrors(true) .truncateLargePayloads(true) .language("java") .framework("spring") .server(() -> new Server.Builder() .host(hostConfiguration.getHostId().getValue()) .metadata(Map.of( "world", hostConfiguration.getWorld(), "accountId", hostConfiguration.getAccountId()))...

java