Skip to content
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

Ability to monitor any app #296

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Ability to monitor any app #296

merged 1 commit into from
Aug 22, 2024

Conversation

alanhamlett
Copy link
Member

Now the Monitored Apps menu displays known apps and running apps. To monitor a custom app that we currently don't explicitly support, just make sure that app is running then go to the Monitored Apps menu and toggle that app on.

Fixes #273.

@@ -180,6 +180,8 @@ enum DeepLink: String {
enum EntityType: String {
case file
case app
case domain
case url
Copy link

@ruslandoga ruslandoga Sep 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 @alanhamlett

I wonder if WakaTime CLI needs to be updated to support this? It seems to error out with

{
  "caller": "cmd/run.go:325",
  "func": "cmd.runCmd",
  "level": "error",
  "message": "failed to run command: sending heartbeat(s) failed: failed to load command parameters: failed to load heartbeat params: failed to parse entity type: invalid entity type \"url\"",
  "now": "2024-09-12T14:26:18+07:00",
  "os/arch": "darwin/arm64",
  "version": "v1.98.3"
}

when WakaTime.app attempts to track Safari.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, added with wakatime/wakatime-cli#1090 Thanks!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support the ability to dynamically configure new apps
2 participants