Skip to content

Commit

Permalink
Remove native-agent reference in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brianr committed Jan 13, 2025
1 parent a61f4ca commit 7fef995
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions examples/rollbar-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ application {
mainClassName = "com.rollbar.example.Application"
}

// Uncomment the block below to use the native agent to add local variables to stack traces
// This assumes you have run `cargo build --release` inside the native-agent directory
/*
applicationDefaultJvmArgs = [
"-agentpath:../../native-agent/target/release/"+System.mapLibraryName("rollbar_java_agent"),
]
*/

dependencies {
implementation project(":rollbar-java")

Expand Down
8 changes: 0 additions & 8 deletions examples/rollbar-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ application {
mainClassName = "com.rollbar.example.Application"
}

// Uncomment the block below to use the native agent to add local variables to stack traces
// This assumes you have run `cargo build --release` inside the native-agent directory
/*
applicationDefaultJvmArgs = [
"-agentpath:../../native-agent/target/release/"+System.mapLibraryName("rollbar_java_agent")
]
*/

dependencies {
implementation project(":rollbar-java")

Expand Down

0 comments on commit 7fef995

Please sign in to comment.