-
-
Notifications
You must be signed in to change notification settings - Fork 2
ref: remove AgentClient from agent repo #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c77891c
810dee9
4c704cd
cff8e42
c1111b7
7ce6072
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,7 +41,6 @@ | |
| ->setFinder( | ||
| PhpCsFixer\Finder::create() | ||
| ->in([ | ||
| __DIR__ . '/src', | ||
| __DIR__ . '/agent/src', | ||
| ]) | ||
| ); | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| D8B94BAD7E5B61D6310089C043AA6B9A3BEFD4FB4B41752004863AB4B822A2A43B49CC2587FB83446D8AA5AC8FE6A5AA6095D8DC932DE00334D1359F70C1D9A8 | ||
| F3CE4B37DC4AC5C3890CC9497A95351E29641DA3BAD0699B727A8D77002C6B36913EB82B55ACB1BA683D27CBAF123007D2CE68AA10773CF4012292D38E5F1904 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,37 +12,20 @@ | |
| ], | ||
| "require": { | ||
| "php": "^7.2|^8", | ||
| "ext-json": "*", | ||
| "sentry/sentry": "^4.19.1" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Sentry\\Agent\\": "src/" | ||
| } | ||
| "ext-json": "*" | ||
|
Comment on lines
14
to
+15
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixAdd Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| }, | ||
| "require-dev": { | ||
| "friendsofphp/php-cs-fixer": "^3.70", | ||
| "phpstan/phpstan": "^2.1", | ||
| "phpunit/phpunit": "^8.5|^9.6" | ||
| }, | ||
| "autoload-dev": { | ||
| "psr-4": { | ||
| "Sentry\\Agent\\Tests\\": "tests/" | ||
| } | ||
| "friendsofphp/php-cs-fixer": "^3.70" | ||
| }, | ||
| "bin": [ | ||
| "bin/sentry-agent" | ||
| ], | ||
| "scripts": { | ||
| "check": [ | ||
| "@cs-check", | ||
| "@phpstan", | ||
| "@tests" | ||
| "@cs-check" | ||
| ], | ||
| "tests": "vendor/bin/phpunit --verbose", | ||
| "cs-check": "vendor/bin/php-cs-fixer fix --verbose --diff --dry-run", | ||
| "cs-fix": "vendor/bin/php-cs-fixer fix --verbose --diff", | ||
| "phpstan": "vendor/bin/phpstan analyse", | ||
| "build": "scripts/build.sh" | ||
| }, | ||
| "config": { | ||
|
|
||
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.