Skip to content

Add FastStats #23

Description

@srnyx

https://faststats.dev/

Token: 5de470ff674a5d47edfd04ad3f99e230 (auto-filled in code below)

would also like custom metrics to be included

repositories {
  maven("https://repo.faststats.dev/releases")
}

dependencies {
  implementation("dev.faststats.metrics:fabric:0.23.0")
}
public class EventUtils implements ClientModInitializer {
    @NotNull public final ErrorTracker errorTracker = ErrorTracker.contextAware();
    @NotNull public final FabricMetrics metrics = FabricMetrics.factory()
            .token("5de470ff674a5d47edfd04ad3f99e230")
            .errorTracker(errorTracker)
            .create("eventutils");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions